Accusoft.NotateXpressSdk Namespace : AnnotationType Enumeration |
'Declaration Public Enum AnnotationType Inherits System.Enum
'Usage Dim instance As AnnotationType
public enum AnnotationType : System.Enum
__value public enum AnnotationType : public System.Enum
public enum class AnnotationType : public System.Enum
Member | Value | Description |
---|---|---|
ImagingForWindows | 0 | Specifies that NotateXpress can process Kodak/Wang annotations. The original annotation specification has been updated with an improved block parser. This format provides limited types and attributes, best for compatibility with most other systems. This can only be read/written in as part of a TIFF file (tag #32932). |
NotateXpress | 1 | Specifies that NotateXpress can process annotations in a tight binary format. This is best for optimizing file size and speed. |
NotateXpressXml | 3 | Specifies that NotateXpress can process annotations in XML format. This is best for long-term compatibility and open standards. |
TMSSequoia | 2 | Specifies that NotateXpress can process TMS Sequoia ann file format annotations. This option is provided for compatibility with this legacy ann format. |
Xfdf | 4 | Specifies that NotateXpress can process Adobe PDF format annotations. This is best for transferring data to and from PDF. |
System.Object
System.ValueType
System.Enum
Accusoft.NotateXpressSdk.AnnotationType