1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. DocumentType

DocumentType

DocumentType enumeration

Defines the Document type.

public enum DocumentType

Values

Name Value Description
Unknown 0 Indicates an error, unknown document type.
Pdf 1 PDF Document Type.
WordProcessing 2 Word Processing Document Type.
Presentation 3 Presentation Document Type.
Spreadsheet 4 Spreadsheet Document Type.
Image 5 Image Document Type.
Certificate 6 Certificate file Type.
Archive 7 Archive file type

See Also