ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / AnnotationMode Property




In This Topic
    AnnotationMode Property
    In This Topic
    Gets or sets the annotation mode.
    Syntax
    'Declaration
     
    Public Property AnnotationMode As ImGearAnnotationMode
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearAnnotationMode
     
    instance.AnnotationMode = value
     
    value = instance.AnnotationMode
    public ImGearAnnotationMode AnnotationMode {get; set;}
    public: __property ImGearAnnotationMode get_AnnotationMode();
    public: __property void set_AnnotationMode( 
       ImGearAnnotationMode value
    );
    public:
    property ImGearAnnotationMode AnnotationMode {
       ImGearAnnotationMode get();
       void set (    ImGearAnnotationMode value);
    }

    Property Value

    AnnotationMode enumeration value.
    See Also