AnnotationSaveOptionsEmbedAnnotations Property |
Gets or sets a value indicating whether annotations will be embedded into the image when saved as JPEG,
TIFF of PDF.
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 bool EmbedAnnotations { get; set; }
Public Property EmbedAnnotations As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether annotations will be embedded into images.
Remarks If this property is true, JPEG will have annotations embedded as XMP data, TIFF with have
annotations embedded as XMP or WANG (depending on the value of
TiffAnnotationFormat) and PDF will have annotations embedded and converted to PDF
annotations.
See Also