HiQPdf Documentation

PdfCanvasLayout Method

Quickly Create High Quality PDFs
Layout a PDF object in container

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public abstract PdfLayoutInfo Layout(
	PdfObject pdfObject
)

Parameters

pdfObject
Type: HiQPdfPdfObject
The PDF object to be laid out in container

Return Value

Type: PdfLayoutInfo
The layout information after the PDF object was laid out in container
See Also

Reference