In This Topic
The type of the document currently used.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum DocumentType
Inherits System.Enum
[ComVisible(true)]
public enum DocumentType : System.Enum
public enum DocumentType = class(System.Enum)
ComVisibleAttribute()
public enum DocumentType extends System.Enum
[ComVisible(true)]
__value public enum DocumentType : public System.Enum
[ComVisible(true)]
public enum class DocumentType : public System.Enum
Members
Member | Value | Description |
DocumentTypeBitmap | 1 | Raster image. |
DocumentTypeDWG | 19 |
Binary CAD format
|
DocumentTypeDXF | 8 | DXF format. |
DocumentTypeEML | 17 |
E-Mail Message format.
|
DocumentTypeExcelBinary | 13 |
Excel (.xls) Binary File Format.
|
DocumentTypeHTML | 15 |
HTML Format.
|
DocumentTypeMetaFile | 2 | Metafile image. |
DocumentTypeMHTML | 20 | |
DocumentTypeMSG | 16 |
Outlook Message Item File format.
|
DocumentTypeOpenDocumentText | 9 | OpenDocument Text format. |
DocumentTypeOpenXMLPresentation | 11 | Open XML Presentation. |
DocumentTypeOpenXMLSpreadsheet | 10 | Open XML Spreadsheet. |
DocumentTypeOpenXMLWord | 6 | Open XML Wordprocessing. |
DocumentTypePDF | 3 | PDF. |
DocumentTypePostScript | 18 |
PostScript format.
|
DocumentTypePowerPointBinary | 14 |
PowerPoint (.ppt) Binary File Format.
|
DocumentTypeRTF | 7 | RTF format. |
DocumentTypeSVG | 4 | SVG. |
DocumentTypeTXT | 5 | Text-based document. |
DocumentTypeUnknown | 0 | Unknown or undefined document type. |
DocumentTypeWordBinary | 12 |
Word (.doc) Binary File Format.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.DocumentType
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace