ImageGear .NET v25.1 - Updated
WorkerDocumentType Enumeration




ImageGear.Formats.Office Assembly > ImageGear.Formats.Office Namespace : WorkerDocumentType Enumeration
List of supported Office document types in WorkerImports.
Syntax
'Declaration
 
Public Enum WorkerDocumentType 
   Inherits System.Enum
'Usage
 
Dim instance As WorkerDocumentType
public enum WorkerDocumentType : System.Enum 
__value public enum WorkerDocumentType : public System.Enum 
public enum class WorkerDocumentType : public System.Enum 
Members
MemberValueDescription
MSExcel2003XML5 Microsoft Excel 2003 as XML document type.
MSExcel2007XML4 Microsoft Excel 2007 as XML document type.
MSExcel976 Microsoft Excel 97 document type.
MSPowerPoint2007XML7 Microsoft Power Point 2007 as XML document type.
MSPowerPoint978 Microsoft Power Point 97 document type.
MSWord2003XML2 Microsoft Word 2003 as XML document type.
MSWord2007XML1 Microsoft Word 2007 as XML document type.
MSWord973 Microsoft Word 97 document type.
PDF0 PDF document type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.Office.WorkerDocumentType

See Also

Reference

ImageGear.Formats.Office Namespace