GdPicturePDF.BeforePdfPrintPageEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("3FA7C0D4-EE1C-4406-8036-B41F162E09D2")>
Public Delegate Sub GdPicturePDF.BeforePdfPrintPageEventHandler( _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Boolean _
)
[Guid("3FA7C0D4-EE1C-4406-8036-B41F162E09D2")]
public delegate void GdPicturePDF.BeforePdfPrintPageEventHandler(
int ,
int ,
ref bool
)
public delegate GdPicturePDF.BeforePdfPrintPageEventHandler(
: Integer;
: Integer;
var : Boolean
);
GuidAttribute("3FA7C0D4-EE1C-4406-8036-B41F162E09D2")
public delegate GdPicturePDF.BeforePdfPrintPageEventHandler(
: int,
: int,
: boolean
)
[Guid("3FA7C0D4-EE1C-4406-8036-B41F162E09D2")]
public: __gc __delegate void GdPicturePDF.BeforePdfPrintPageEventHandler(
int ,
int ,
ref bool
)
[Guid("3FA7C0D4-EE1C-4406-8036-B41F162E09D2")]
public delegate void GdPicturePDF.BeforePdfPrintPageEventHandler(
int ,
int ,
bool%
)
Parameters
- Page
- The page number of the page to be printed.
- 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