Accusoft NotateXpress 12
RequestLayerPassword Event
See Also  Send comments on this topic.
LayerName

The name of this layer.

password

The password to decrypt the layer.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : RequestLayerPassword Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.