EVO HTML to PDF Converter

DocumentAddElement Method

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodAddElement(PageElement)
Adds a PDF page element to this document right after the last PDF element added to document or to a page
Public methodAddElement(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
Public methodAddElement(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
Public methodAddElement(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.
Public methodAddElement(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.
Top
See Also

Reference