ImageGear .NET - Updated
WorkerDocumentType Enumeration




ImageGear24.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
MemberDescription
MSExcel2003XML Microsoft Excel 2003 as XML document type.
MSExcel2007XML Microsoft Excel 2007 as XML document type.
MSExcel97 Microsoft Excel 97 document type.
MSPowerPoint2007XML Microsoft Power Point 2007 as XML document type.
MSPowerPoint97 Microsoft Power Point 97 document type.
MSWord2003XML Microsoft Word 2003 as XML document type.
MSWord2007XML Microsoft Word 2007 as XML document type.
MSWord97 Microsoft Word 97 document type.
PDF PDF document type.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.Office Namespace