ImageGear for .NET
Mode Property (Annotator)




Gets or sets the annotation mode.
Syntax
'Declaration
 
Public Property Mode As Mode
'Usage
 
Dim instance As Annotator
Dim value As Mode
 
instance.Mode = value
 
value = instance.Mode
public Mode Mode {get; set;}
public: __property Mode get_Mode();
public: __property void set_Mode( 
   Mode value
);
public:
property Mode Mode {
   Mode get();
   void set (    Mode value);
}

Property Value

Mode enumeration value.
See Also

Reference

Annotator Class
Annotator Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback