PdfPrinterBeforePrintPageParams Class

PdfPagePrintedEvent event parameters

Definition

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

Properties

PageSettings The page settings for the page to be printed
PdfPageNumber The PDF page number
PdfRenderedSize The size of the rendered PDF page in pixels
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