The PdfDocumentOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddEndDocument(Byte) |
Adds a PDF document from the given stream after the result of HTML to PDF conversion. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the AddEndDocument(Byte, Boolean, Boolean, Boolean) |
![]() | AddEndDocument(String) |
Adds a PDF document from the given file after the result of HTML to PDF conversion. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the AddEndDocument(String, Boolean, Boolean, Boolean) |
![]() | AddEndDocument(Byte, Boolean, Boolean, Boolean) |
Adds a PDF document from the given stream after the result of HTML to PDF conversion
|
![]() | AddEndDocument(String, Boolean, Boolean, Boolean) |
Adds a PDF document from the given file after the result of HTML to PDF conversion
|
![]() | AddStartDocument(Byte) |
Adds a PDF document from the given stream before the result of HTML to PDF conversion. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the AddStartDocument(Byte, Boolean, Boolean, Boolean) |
![]() | AddStartDocument(String) |
Adds a PDF document from the given file before the result of HTML to PDF conversion. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the AddStartDocument(String, Boolean, Boolean, Boolean) |
![]() | AddStartDocument(Byte, Boolean, Boolean, Boolean) |
Adds a PDF document from the given stream before the result of HTML to PDF conversion
|
![]() | AddStartDocument(String, Boolean, Boolean, Boolean) |
Adds a PDF document from the given file before the result of HTML to PDF conversion
|
![]() | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also