ImageGear .NET v24.12 - Updated
UseAnnotations Field




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearPresStateOptions Structure : UseAnnotations Field
Tells whether to use or ignore annotations.
Syntax
'Declaration
 
Public UseAnnotations As Boolean
'Usage
 
Dim instance As ImGearPresStateOptions
Dim value As Boolean
 
value = instance.UseAnnotations
 
instance.UseAnnotations = value
public bool UseAnnotations
public: bool UseAnnotations
public:
bool UseAnnotations

Field Value

Boolean value
Remarks
This property tells whether to use or ignore annotations when loading or saving a presentation state object.

The default value is true.

See Also

Reference

ImGearPresStateOptions Structure
ImGearPresStateOptions Members