The PdfDocumentOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddEndDocument(Document) |
Adds a PDF document object after the result of conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Document, Boolean, Boolean, Boolean) | |
AddEndDocument(Stream) |
Adds a PDF document from the given stream after the result of conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Stream, Boolean, Boolean, Boolean) | |
AddEndDocument(String) |
Adds a PDF document from the given file after the result of conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Document, Boolean, Boolean, Boolean) |
Adds a PDF document object after the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
AddEndDocument(Stream, Boolean, Boolean, Boolean) |
Adds a PDF document from the given stream after the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
AddEndDocument(String, Boolean, Boolean, Boolean) |
Adds a PDF document from the given file after the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
AddStartDocument(Document) |
Adds a PDF document object before the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Document, Boolean, Boolean, Boolean) | |
AddStartDocument(Stream) |
Adds a PDF document from the given stream before the result of conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Stream, Boolean, Boolean, Boolean) | |
AddStartDocument(String) |
Adds a PDF document from the given file before the result of conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. 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(Document, Boolean, Boolean, Boolean) |
Adds a PDF document object before the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved.
| |
AddStartDocument(Stream, Boolean, Boolean, Boolean) |
Adds a PDF document from the given stream before the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
AddStartDocument(String, Boolean, Boolean, Boolean) |
Adds a PDF document from the given file before the result of Word to PDF conversion. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
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