PdfPageLayoutingParams Class

PageLayoutingEvent event parameters raised after the converter finished 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 PdfPageLayoutingParams
Inheritance
Object    PdfPageLayoutingParams

Properties

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