Overload List
Name | Description | |
---|---|---|
AddElement(PageElement) |
Adds a PDF page element to this document right after the last PDF element added to document or to a page
| |
AddElement(PageElement, Single) |
Adds a PDF page element to this document at the given Y offset after the last PDF element added to document or to a page
| |
AddElement(PageElement, Single, Single) |
Adds a PDF page element to this document at the given X offset and the given Y offset after the last PDF element
added to document or to a page
| |
AddElement(PageElement, Single, Boolean, Single, 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.
| |
AddElement(PageElement, 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