MarkupFileType Class
Defines Markup and Web file formats. Includes the following file types: Htm, Html. Learn more about Image formats here.
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsEnumeration
    GroupDocs.Conversion.FileTypesFileType
      GroupDocs.Conversion.FileTypesMarkupFileType

Namespace: GroupDocs.Conversion.FileTypes
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
[SerializableAttribute]
public sealed class MarkupFileType : FileType

The MarkupFileType type exposes the following members.

Constructors
  NameDescription
Public methodMarkupFileType
Serialization constructor
Properties
  NameDescription
Public propertyDescription
File type description
(Inherited from FileType.)
Public propertyExtension
The file extension
(Inherited from FileType.)
Public propertyFamily
The file family
(Inherited from FileType.)
Public propertyFileFormat
The file format
(Inherited from FileType.)
Methods
  NameDescription
Public methodCompareTo
Compares current object to other.
(Inherited from Enumeration.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodEquals(Enumeration)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Enumeration.)
Public methodGetType (Inherited from Object.)
Public methodToString
String representation
(Inherited from FileType.)
Fields
  NameDescription
Public fieldStatic memberChm
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages. It provides an index for quick accessing the topics and navigation to different parts of the help document. Learn more about this file format here.
Public fieldStatic memberHtm
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
Public fieldStatic memberHtml
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
Public fieldStatic memberMht
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
Public fieldStatic memberMhtml
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
See Also