ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearPresStateOptions Structure / UseAnnotations Field




In This Topic
    UseAnnotations Field
    In This Topic
    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