Accusoft NotateXpress 13
RequestLayerPassword Event

The name of this layer.

The password to decrypt the layer.

Description
Raised when a password encrypted layer is found during the loading of an annotation file.
Syntax
Visual Basic
Public Event RequestLayerPassword( _
   ByVal LayerName As String, _
   ByRef password As String _
)
Parameters
LayerName

The name of this layer.

password

The password to decrypt the layer.

Remarks

Use this event to present the user with a dialog box requesting the password.

If the correct password is returned from this event, the layer is decrypted and available for display.

The layer is discarded from memory if an incorrect password is supplied.

When the user has provided the password, set the password parameter to it.

See Also

NotateXpress Object  | NotateXpress Members  | Loading

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback