Accusoft.NotateXpress13.Net
NotateXpress.GetLayerPasswordEventHandler Delegate




The RequestLayerPassword event is sent during the loading of an annotation file for all layers that were saved with a password.
Syntax
'Declaration
 
Public Delegate Sub NotateXpress.GetLayerPasswordEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetLayerPasswordEventArgs _
) 
'Usage
 
Dim instance As New NotateXpress.GetLayerPasswordEventHandler(AddressOf HandlerMethod)
public delegate void NotateXpress.GetLayerPasswordEventHandler( 
   object sender,
   GetLayerPasswordEventArgs e
)
public: __gc __delegate void NotateXpress.GetLayerPasswordEventHandler( 
   Object* sender,
   GetLayerPasswordEventArgs* e
)
public delegate void NotateXpress.GetLayerPasswordEventHandler( 
   Object^ sender,
   GetLayerPasswordEventArgs^ e
)

Parameters

sender
e
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

Reference

NotateXpress.GetLayerPasswordEventHandler Members
Accusoft.NotateXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback