PdfLayoutInfo Class

The layout information after adding a PDF object to a canvas

Definition

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

Properties

LastPageIndex The index of the last page where a PDF object was laid out
LastPageRectangle The bounding rectangle within the last page where a PDF object was laid out
LastPdfPage The last page where a PDF object was laid out

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