ImageGear .NET v24.12 - Updated
AnnotationMode Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : AnnotationMode Property
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

Reference

PageView Class
PageView Members