The PdfDocumentControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AppendPdfDocument(PdfDocument) |
Call this method to append a PDF document object after the HTML to PDF conversion in the final document
|
![]() | AppendPdfDocument(PdfDocument, Boolean, Boolean, Boolean) |
Call this method to append a PDF document object after the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document loaded from a file or a stream. When the parameter is true the interactive features
are disabled in the external PDF
|
![]() | AppendPdfFile(String) |
Call this method to append a PDF file after the HTML to PDF conversion in the final document
|
![]() | AppendPdfFile(String, Boolean, Boolean, Boolean) |
Call this method to append a PDF file after the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document. When the parameter is true the interactive features
are disabled in the external PDF
|
![]() | AppendPdfStream(Stream) |
Call this method to append a PDF from a stream after the HTML to PDF conversion in the final document
|
![]() | AppendPdfStream(Stream, Boolean, Boolean, Boolean) |
Call this method to append a PDF from a stream after the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document. When the parameter is true the interactive features
|
![]() | 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.) |
![]() | InsertPdfDocumentBefore(PdfDocument) |
Call this method to insert a PDF document object before the HTML to PDF conversion in the final document
|
![]() | InsertPdfDocumentBefore(PdfDocument, Boolean, Boolean, Boolean) |
Call this method to insert a PDF document object before the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document loaded from a file or a stream. When the parameter is true the interactive features
are disabled in the external PDF
|
![]() | InsertPdfFileBefore(String) |
Call this method to insert a PDF file before the HTML to PDF conversion in the final document
|
![]() | InsertPdfFileBefore(String, Boolean, Boolean, Boolean) |
Call this method to insert a PDF file before the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document. When the parameter is true the interactive features
are disabled in the external PDF
|
![]() | InsertPdfStreamBefore(Stream) |
Call this method to insert a PDF from a stream before the HTML to PDF conversion in the final document
|
![]() | InsertPdfStreamBefore(Stream, Boolean, Boolean, Boolean) |
Call this method to insert a PDF from a stream before the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document. When the parameter is true the interactive features
are disabled in the external PDF
|
![]() | 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