PdfPageLayoutingEndedParams Class

PageLayoutingEndedEvent event parameters raised when the converter prepares to layout the objects in a PDF page

Definition

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

Properties

LayoutingBounds The region in PDF page where the objects were laid out
PageCount The number of PDF pages that will be created after this conversion
PdfPage The PDF page that was rendered. The PdfPage object can be used to layout various PDF objects in the foreground of the page after the main content was rendered
PdfPageNumber The number of the PDF page that was 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