PdfDocumentLayout(PdfObject) Method

Adds a PDF object after the last PDF object rendered

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void Layout(
	PdfObject pdfObject
)

Parameters

pdfObject  PdfObject
The PDF object to be added to document

See Also