Accusoft.NotateXpress12.Net
RequestLayerPassword Event
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : RequestLayerPassword Event




Glossary Item Box

The RequestLayerPassword event is sent during the loading of an annotation file for all layers that were saved with a password.

Syntax

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

Event Data

The event handler receives an argument of type GetLayerPasswordEventArgs containing data related to this event. The following GetLayerPasswordEventArgs properties provide information specific to this event.

PropertyDescription
LayerName Gets the layer name of the layer that needs a password.
LayerPassword SETS the password for the current layer.

Remarks

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

The layer is discarded if an incorrect password is supplied.

The LayerName parameter supplied with the event is the name (if any) set as the name of this layer.

To set the correct password, modify the passed LayerPassword parameter.

See Also

©2013. Accusoft Corporation. All Rights Reserved.