HiQPdf Documentation

PdfDocumentLayout Method (PdfObject, Single)

HiQPdf Client for .NET Core
Adds a PDF object at the given vertical offset after the last PDF object rendered

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

public void Layout(
	PdfObject pdfObject,
	float dy
)

Parameters

pdfObject
Type: HiQPdfClientPdfObject
The PDF object to be added to document
dy
Type: SystemSingle
The vertical offset after the last PDF object rendered
See Also

Reference