Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

HolePunchRemoveCommandEventHandler Delegate








The source of the event.
A HolePunchRemoveCommandEventArgs that contains the event data.
Represents the method that will handles each hole punch found by HolePunchRemoveCommand.
Syntax
public delegate void HolePunchRemoveCommandEventHandler( 
   object sender,
   HolePunchRemoveCommandEventArgs e
)
'Declaration
 
Public Delegate Sub HolePunchRemoveCommandEventHandler( _
   ByVal sender As Object, _
   ByVal e As HolePunchRemoveCommandEventArgs _
) 
'Usage
 
Dim instance As New HolePunchRemoveCommandEventHandler(AddressOf HandlerMethod)
public delegate void HolePunchRemoveCommandEventHandler( 
   object sender,
   HolePunchRemoveCommandEventArgs e
)
HolePunchRemoveCommandEventHandler( 
   sender ,
   e 
)
public delegate void HolePunchRemoveCommandEventHandler( 
   Object^ sender,
   HolePunchRemoveCommandEventArgs^ e
)

Parameters

sender
The source of the event.
e
A HolePunchRemoveCommandEventArgs that contains the event data.
Remarks
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommandEventHandler Members
Leadtools.ImageProcessing.Core Namespace

Error processing SSI file