PdfPrinterPagePrintedParams Class

PdfPagePrintedEvent event parameters

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfPrinterPagePrintedParams
Inheritance
Object    PdfPrinterPagePrintedParams

Properties

CancelPrinting Controls if the printing should be canceled
Graphics The page graphics
GraphicsRectagle The page rectangle that can be used for graphics
PageRectangle The page rectangle
PageSettings The page settings used for printing
PdfPageNumber The PDF page number
StopPrinting Controls if the printing should be stopped

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also