Click or drag to resize

AtalaAnnotationViewerAutoLoadXmp Property

Gets or sets a value indicating whether XMP annotations are automatically loaded in the Open method.
Gets or sets a value indicating whether XMP annotations are automatically loaded in the Open(String, Int32, ProgressEventHandler) method.

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

Property Value

Type: Boolean
Indicates whether XMP annotations are automatically loaded in the Open method.

Property Value

Type: Boolean
Indicates whether XMP annotations are automatically loaded in the Open(String, Int32, ProgressEventHandler) method.
See Also