Accusoft.NotateXpress13.Net
Update Property




Gets and sets whether annotations render to the display.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Update As Boolean
'Usage
 
Dim instance As NotateXpress
Dim value As Boolean
 
instance.Update = value
 
value = instance.Update
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public bool Update {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public: __property bool get_Update();
public: __property void set_Update( 
   bool value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property bool Update {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to render annotations to the display. Otherwise, false is returned.
Remarks
Sets whether annotations will paint. Setting Update to False prevents annotations from painting. When Update is subsequently set to True, the annotations are invalidated and immediately painted.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback