The Document type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddBookmark(Bookmark) |
Adds a top level bookmark to PDF document
|
![]() | AddBookmark(Bookmark, Bookmark) |
Adds a child bookmark to PDF document having a previously added bookmark as parent
|
![]() | 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.
|
![]() | AddFileAttachment(String) |
Adds an attachment a given file to this PDF document
|
![]() | AddFileAttachment(Byte, String) |
Adds an attachment with the given name from binary data to this PDF document
|
![]() | AddFileAttachment(String, String) |
Adds an attachment a given file and given description to this PDF document
|
![]() | AddFileAttachment(Byte, String, String) |
Adds an attachment with the given name and a given description from binary data to this PDF document
|
![]() | AddFooterTemplate |
Adds a footer with the given height to document
|
![]() | AddFormField(PdfFormField) |
Adds a form field to this document right after the last PDF element added to document or to a page
|
![]() | AddFormField(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
|
![]() | AddFormField(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
|
![]() | AddFormField(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.
|
![]() | AddFormField(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.
|
![]() | AddHeaderTemplate |
Adds a header with the given height to document
|
![]() | AddPage |
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
|
![]() | AddPage(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
|
![]() | AddPage(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
|
![]() | AddPage(PdfPageSize, PdfMargins, PdfPageOrientation) |
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
|
![]() | AddPage(PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle) |
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
|
![]() | AddTemplate(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.
|
![]() | AddTemplate(Single, Single, Single, Single) |
Adds a new template with the specified bounds to the document templates collection.
|
![]() | AppendDocument(Byte) |
Appends the PDF document given as parameter to the current document
|
![]() | AppendDocument(String) |
Appends the PDF file given as parameter to this document
|
![]() | AppendDocument(Byte, String) |
Appends the password protected PDF document given as parameter to the current document
|
![]() | AppendDocument(String, String) |
Appends the password protected PDF file given as parameter to this document
|
![]() | AppendDocument(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
|
![]() | AppendDocument(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
|
![]() | AppendDocument(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
|
![]() | AppendDocument(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
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPage |
Gets the PDF page from the given index or null if the index is out of bounds
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOfPage |
Gets the index of a PDF page in pages collection
|
![]() | InsertDocument(Int32, Byte) |
Inserts the PDF document given as parameter in the current document at the given page index
|
![]() | InsertDocument(Int32, String) |
Inserts the PDF file given as parameter in the current document at the given page index
|
![]() | InsertDocument(Int32, Byte, String) |
Inserts the password protected PDF document given as parameter in the current document at the given page index
|
![]() | InsertDocument(Int32, String, String) |
Inserts the password protected PDF file given as parameter in the current document at the given page index
|
![]() | InsertDocument(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
|
![]() | InsertDocument(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
|
![]() | InsertDocument(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
|
![]() | InsertDocument(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
|
![]() | InsertPage(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.
|
![]() | InsertPage(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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save |
Saves the PDF document as byte array that can be further saved into a file or sent over HTTP to a browser.
|
![]() | Save(String) |
Saves this PDF document into the file given by the method parameter
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also