AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : AllowPaint Property |
Visual Basic |
---|
Public Property AllowPaint As Boolean |
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.