Accusoft NotateXpress 12
AllowPaint Property
See Also  Send comments on this topic.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : AllowPaint Property

Glossary Item Box

Description

Gets and sets if annotations will be painted (rendered to the display).

Property Type

Read-write property

Syntax

Visual Basic
Public Property AllowPaint As Boolean

Return Type

If painting is enabled.

Remarks

This can be useful when you are loading a file that contains multiple layers, and you only want to show one at a time.

You can set AllowPaint to False, load a file, then iterate through the layers using GetFirstLayer and GetNextLayer methods, setting the layers visible property.

When you have iterated through all the layers, you can then set AllowPaint to True.

See Also

©2013. Accusoft Corporation. All Rights Reserved.