GdPicturePDF.AfterPdfPrintPageEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("B92ACCFE-AABA-4F1B-89FF-C97920558626")>
Public Delegate Sub GdPicturePDF.AfterPdfPrintPageEventHandler( _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Boolean _
)
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public delegate void GdPicturePDF.AfterPdfPrintPageEventHandler(
int ,
int ,
ref bool
)
public delegate GdPicturePDF.AfterPdfPrintPageEventHandler(
: Integer;
: Integer;
var : Boolean
);
GuidAttribute("B92ACCFE-AABA-4F1B-89FF-C97920558626")
public delegate GdPicturePDF.AfterPdfPrintPageEventHandler(
: int,
: int,
: boolean
)
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public: __gc __delegate void GdPicturePDF.AfterPdfPrintPageEventHandler(
int ,
int ,
ref bool
)
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public delegate void GdPicturePDF.AfterPdfPrintPageEventHandler(
int ,
int ,
bool%
)
Parameters
- Page
- The page number of the already printed page.
- PageLeft
- The number of pages left for printing.
- Cancel
- Gets or sets a value indicating whether the print job should be canceled. Switching this value to true will subsequently terminate the printing job.
See Also