ImageGear .NET v24.12 - Updated
UpdateMode Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : UpdateMode Property
Gets or sets whether the control updates automatically when the display settings or annotations change.
Syntax
'Declaration
 
Public Property UpdateMode As ImGearUpdateMode
'Usage
 
Dim instance As PageView
Dim value As ImGearUpdateMode
 
instance.UpdateMode = value
 
value = instance.UpdateMode
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);
}

Property Value

UpdateMode enumeration value.
See Also

Reference

PageView Class
PageView Members