Click or drag to resize

AnnotationSaveOptions Constructor (Boolean, AnnotationDataFormat)

Creates a new instance of AnnotationSaveOptions specifying whether to embed the annotations into the image and the annotation format to use for TIFF.

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 AnnotationSaveOptions(
	bool embedAnnotations,
	AnnotationDataFormat tiffAnnotationFormat
)

Parameters

embedAnnotations
Type: SystemBoolean
Indicates whether the annotations should be embedded into the image.
tiffAnnotationFormat
Type: Atalasoft.AnnotateAnnotationDataFormat
Indicates whether annotations embedded into TIFF images with be WANG or XMP.
See Also