PdfDocumentLayout Method

Overload List

Layout(PdfObject) Adds a PDF object after the last PDF object rendered
Layout(PdfObject, Single) Adds a PDF object at the given vertical offset after the last PDF object rendered
Layout(PdfObject, Single, Single) Adds a PDF object at the given horizontal and vertical offset after the last PDF object rendered
Layout(PdfObject, Single, Boolean, Single, Boolean) Adds a PDF object at a given X and Y position in PDF page where the last object was rendered. The position can be absolute in PDF page or relative to last object rendered
Layout(PdfObject, Single, Boolean, Boolean, Single, Boolean, Boolean) Adds a PDF page element to this document at the given X and Y location in the PDF page where the last element rendering ended. The location can be absolute in PDF page or relative as an offset from the position where the last element rendering ended.

See Also