Click or drag to resize

AtalaAnnotationViewerAutoSaveWang Property

Gets or sets a value indicating whether WANG annotations are automatically saved for TIFF files in the Save method.
Gets or sets a value indicating whether WANG annotations are automatically saved for 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 AutoSaveWang { get; set; }

Property Value

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

Property Value

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