GdViewer.AfterPrintPageEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")>
Public Delegate Sub GdViewer.AfterPrintPageEventHandler( _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Boolean _
)
[Guid("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")]
public delegate void GdViewer.AfterPrintPageEventHandler(
int ,
int ,
ref bool
)
public delegate GdViewer.AfterPrintPageEventHandler(
: Integer;
: Integer;
var : Boolean
);
GuidAttribute("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")
public delegate GdViewer.AfterPrintPageEventHandler(
: int,
: int,
: boolean
)
[Guid("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")]
public: __gc __delegate void GdViewer.AfterPrintPageEventHandler(
int ,
int ,
ref bool
)
[Guid("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")]
public delegate void GdViewer.AfterPrintPageEventHandler(
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