ImageGear .NET v25.2 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / WorkerDocumentType Enumeration




In This Topic
    WorkerDocumentType Enumeration
    In This Topic
    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
    MSExcel2003XML5Microsoft Excel 2003 as XML document type.
    MSExcel2007XML4Microsoft Excel 2007 as XML document type.
    MSExcel976Microsoft Excel 97 document type.
    MSPowerPoint2007XML7Microsoft Power Point 2007 as XML document type.
    MSPowerPoint978Microsoft Power Point 97 document type.
    MSRichText9Microsoft Rich Text document type.
    MSWord2003XML2Microsoft Word 2003 as XML document type.
    MSWord2007XML1Microsoft Word 2007 as XML document type.
    MSWord973Microsoft Word 97 document type.
    PDF0PDF document type.
    Inheritance Hierarchy

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

    See Also