Accusoft.NotateXpress12.Net
AllowPaint Property
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : AllowPaint Property




Glossary Item Box

Gets and sets whether annotations are painted and rendered to the display.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A boolean value which is true to paint annotations. Otherwise, false is returned and annotations are no longer rendered to the display.

Remarks

This property is useful when you are loading a TIFF file that contains multiple layers and you only want to show one layer at a time. You can set this property to false, load the TIFF file, then iterate through the layers using the Layer.Select method and setting the layers' Layer.Visible property. When you have iterated through all the layers, you can then set the AllowPaint to true.

See Also

©2013. Accusoft Corporation. All Rights Reserved.