LayoutingInPdfPageParams Class

LayoutingInPdfPageEvent event parameters raised when the HTML with place holders is laid out in a PDF page

Definition

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

Properties

PageCount The number of pages in PDF document
PdfHtmlObjectPdfHtmlWithPlaceHolders object owning the event
PdfPage The PDF page being rendered
PdfPageNumber The number of the PDF page being rendered

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