'Usage
Dim instance As NotateXpress
Dim value As Boolean
instance.Update = value
value = instance.Update
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.