EVO HTML to PDF Converter

Document Methods

EVO PDF Client for .NET Documentation

The Document type exposes the following members.

Methods

  NameDescription
Public methodAddBookmark(Bookmark)
Adds a top level bookmark to PDF document
Public methodAddBookmark(Bookmark, Bookmark)
Adds a child bookmark to PDF document having a previously added bookmark as parent
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.
Public methodAddFileAttachment(String)
Adds an attachment a given file to this PDF document
Public methodAddFileAttachment(Byte, String)
Adds an attachment with the given name from binary data to this PDF document
Public methodAddFileAttachment(String, String)
Adds an attachment a given file and given description to this PDF document
Public methodAddFileAttachment(Byte, String, String)
Adds an attachment with the given name and a given description from binary data to this PDF document
Public methodAddFooterTemplate
Adds a footer with the given height to document
Public methodAddFormField(PdfFormField)
Adds a form field to this document right after the last PDF element added to document or to a page
Public methodAddFormField(PdfFormField, Single)
Adds a form field to this document at the given Y offset after the last PDF element added to document or to a page
Public methodAddFormField(PdfFormField, Single, Single)
Adds a form field 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 methodAddFormField(PdfFormField, Single, Boolean, Single, Boolean)
Adds a form field 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 methodAddFormField(PdfFormField, Single, Boolean, Boolean, Single, Boolean, Boolean)
Adds a form field 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 methodAddHeaderTemplate
Adds a header with the given height to document
Public methodAddPage
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the orientation and size are inherited from the that page otherwise a first page with the default A4 size and Portrait orientation is created. The page margins are inherited from the default document margins
Public methodAddPage(PdfMargins)
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the orientation and size are inherited from the that page otherwise a first page with the default A4 size and Portrait orientation is created
Public methodAddPage(PdfPageSize, PdfMargins)
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the page orientation is inherited from the that page otherwise a first page with the specified size and Portrait orientation is created
Public methodAddPage(PdfPageSize, PdfMargins, PdfPageOrientation)
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
Public methodAddPage(PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle)
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
Public methodAddTemplate(Single, Single)
Adds a new template with the specified width and height to the document templates collection. The template location is top left corner of the page.
Public methodAddTemplate(Single, Single, Single, Single)
Adds a new template with the specified bounds to the document templates collection.
Public methodAppendDocument(Byte)
Appends the PDF document given as parameter to the current document
Public methodAppendDocument(String)
Appends the PDF file given as parameter to this document
Public methodAppendDocument(Byte, String)
Appends the password protected PDF document given as parameter to the current document
Public methodAppendDocument(String, String)
Appends the password protected PDF file given as parameter to this document
Public methodAppendDocument(Byte, Boolean, Boolean, Boolean)
Appends the PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(String, Boolean, Boolean, Boolean)
Appends the PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(Byte, String, Boolean, Boolean, Boolean)
Appends the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodAppendDocument(String, String, Boolean, Boolean, Boolean)
Appends the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPage
Gets the PDF page from the given index or null if the index is out of bounds
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOfPage
Gets the index of a PDF page in pages collection
Public methodInsertDocument(Int32, Byte)
Inserts the PDF document given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, String)
Inserts the PDF file given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, Byte, String)
Inserts the password protected PDF document given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, String, String)
Inserts the password protected PDF file given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, Byte, Boolean, Boolean, Boolean)
Inserts the PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodInsertDocument(Int32, String, Boolean, Boolean, Boolean)
Inserts the PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodInsertDocument(Int32, Byte, String, Boolean, Boolean, Boolean)
Inserts the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodInsertDocument(Int32, String, String, Boolean, Boolean, Boolean)
Inserts the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
Public methodInsertPage(Int32, PdfPageSize, PdfMargins, PdfPageOrientation)
Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index.
Public methodInsertPage(Int32, PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle)
Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Saves the PDF document as byte array that can be further saved into a file or sent over HTTP to a browser.
Public methodSave(String)
Saves this PDF document into the file given by the method parameter
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference