Click or drag to resize

AnnotationSaveOptionsTiffAnnotationFormat Property

Gets or sets a value indicating whether annotations will be embedded as XMP or WANG in TIFF files.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationDataFormat TiffAnnotationFormat { get; set; }

Property Value

Type: AnnotationDataFormat
A value indicating whether TIFF annotations will be saved as XMP or WANG.
Remarks
This value is only used if EmbedAnnotations is set to true.
See Also