HiQPdf Documentation

PdfCanvasLayout Method

HiQPdf Client for .NET Core
Layout a PDF object in container

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public abstract void Layout(
	PdfObject pdfObject
)

Parameters

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

Return Value

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

Reference