PdfCanvasLayout Method

Layout a PDF object in container

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public abstract PdfLayoutInfo Layout(
	PdfObject pdfObject
)

Parameters

pdfObject  PdfObject
The PDF object to be laid out in container

Return Value

PdfLayoutInfo
The layout information after the PDF object was laid out in container

See Also