Accusoft.NotateXpressSdk Namespace : NotateXpress.GetLayerPasswordEventHandler Delegate |
'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 )
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.