Click or drag to resize

AtalaAnnotationViewerAutoSaveXmp Property

Gets or sets a value indicating whether XMP annotations are automatically saved for JPEG and TIFF files in the Save method.
Gets or sets a value indicating whether XMP annotations are automatically saved for JPEG and TIFF files in the Save(String, ImageEncoder, ProgressEventHandler) method.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AutoSaveXmp { get; set; }

Property Value

Type: Boolean
Indicates whether XMP annotations are automatically saved in the Save method.

Property Value

Type: Boolean
Indicates whether XMP annotations are automatically saved in the Save(String, ImageEncoder, ProgressEventHandler) method.
See Also