HiQPdf Documentation

PdfDocumentControl Methods

Quickly Create High Quality PDFs

The PdfDocumentControl type exposes the following members.

Methods

  NameDescription
Public methodAppendPdfDocument(PdfDocument)
Call this method to append a PDF document object after the HTML to PDF conversion in the final document
Public methodAppendPdfDocument(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
Public methodAppendPdfFile(String)
Call this method to append a PDF file after the HTML to PDF conversion in the final document
Public methodAppendPdfFile(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
Public methodAppendPdfStream(Stream)
Call this method to append a PDF from a stream after the HTML to PDF conversion in the final document
Public methodAppendPdfStream(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
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertPdfDocumentBefore(PdfDocument)
Call this method to insert a PDF document object before the HTML to PDF conversion in the final document
Public methodInsertPdfDocumentBefore(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
Public methodInsertPdfFileBefore(String)
Call this method to insert a PDF file before the HTML to PDF conversion in the final document
Public methodInsertPdfFileBefore(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
Public methodInsertPdfStreamBefore(Stream)
Call this method to insert a PDF from a stream before the HTML to PDF conversion in the final document
Public methodInsertPdfStreamBefore(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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference