Accusoft.ImagXpress13.Net
AutoInvalidate Property




Gets and sets if the ImageXView object repaints whenever a change is made to the ImageX object.
Syntax
'Declaration
 
Public Property AutoInvalidate As Boolean
'Usage
 
Dim instance As ImageX
Dim value As Boolean
 
instance.AutoInvalidate = value
 
value = instance.AutoInvalidate
public bool AutoInvalidate {get; set;}
public: __property bool get_AutoInvalidate();
public: __property void set_AutoInvalidate( 
   bool value
);
public:
property bool AutoInvalidate {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the ImageXView object repaints whenever a change is made to the ImageX object. Otherwise, false is returned.
See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback