PdfDocumentLayout(PdfObject, Single, Single) Method
Adds a PDF object at the given horizontal and vertical offset after the last PDF object rendered
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void Layout(
PdfObject pdfObject,
float dx,
float dy
)
Public Sub Layout (
pdfObject As PdfObject,
dx As Single,
dy As Single
)
public:
void Layout(
PdfObject^ pdfObject,
float dx,
float dy
)
member Layout :
pdfObject : PdfObject *
dx : float32 *
dy : float32 -> unit
Parameters
- pdfObject PdfObject
- The PDF object to be added to document
- dx Single
- The horizontal offset after the last PDF object rendered
- dy Single
- The vertical offset after the last PDF object rendered