iFormat

Value that indicates the format to use when saving the annotations.

Value

Meaning

ANN_FMT_NATIVE

[0x0000] Use LEAD's own format for annotations. NOTE: This format is being replaced by ANNFMT_XML.

ANN_FMT_WMF

[0x0001] Use the Windows WMF format.

ANN_FMT_TIFFTAG

[0x0002] Save all annotation properties, including those not supported by the Wang specification as an ANNTAG_TIFF tag.

ANN_FMT_WANGTAG

[0x0003] Save only the annotation properties supported by the Wang specification as an ANNTAG_TIFF tag.

ANN_FMT_ENCODED

[0x0004] Use a binary format for saving annotations. The file size is smaller, and it provides greater security.

ANN_FMT_XML

[0x0005] Save as an XML text format. This is LEAD’s new text based format which is upward-compatible. It should be used instead of ANN_FMT_NATIVE.