ImageGear for .NET
UpdateMode Property




Gets or sets whether the control updates automatically when the display settings or annotations change.
Syntax
public ImGearUpdateMode UpdateMode {get; set;}
public: __property ImGearUpdateMode get_UpdateMode();
public: __property void set_UpdateMode( 
   ImGearUpdateMode value
);
public:
property ImGearUpdateMode UpdateMode {
   ImGearUpdateMode get();
   void set (    ImGearUpdateMode value);
}
'Declaration
 
Public Property UpdateMode As ImGearUpdateMode
 
'Usage
 
Dim instance As PageView
Dim value As ImGearUpdateMode
 
instance.UpdateMode = value
 
value = instance.UpdateMode

Property Value

UpdateMode enumeration value.
See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback