'Declaration
Public Enum DocumentType Inherits System.Enum
public enum DocumentType : System.Enum
'Declaration
Public Enum DocumentType Inherits System.Enum
public enum DocumentType : System.Enum
Member | Value | Description |
---|---|---|
DocumentTypeBitmap | 1 | Raster image. |
DocumentTypeDXF | 8 | DXF format. |
DocumentTypeExcelBinary | 13 | Excel (.xls) Binary File Format. |
DocumentTypeMetaFile | 2 | Metafile image. |
DocumentTypeOpenDocumentText | 9 | OpenDocument Text format. |
DocumentTypeOpenXMLPresentation | 11 | |
DocumentTypeOpenXMLSpreadsheet | 10 | |
DocumentTypeOpenXMLWord | 6 | Open XML Wordprocessing. |
DocumentTypePDF | 3 | PDF. |
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. |
System.Object
System.ValueType
System.Enum
GdPicture14.DocumentType