Link Search Menu Expand Document

DocxToPdfConverter Class

Performs DOCX to PDF conversion.
Inheritance Hierarchy
SystemObject
Bytescout.PDF.ConvertersDocxToPdfConverter

Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
public class DocxToPdfConverter : IDisposable

The DocxToPdfConverter type exposes the following members.

Constructors
NameDescription
Public methodDocxToPdfConverter
Initializes a new instance of the DocxToPdfConverter class.
Public methodDocxToPdfConverter(String, String)
Initializes a new instance of the DocxToPdfConverter class.
Top
Properties
NameDescription
Public propertyDocumentTitle
Document title.
Public propertyFooter
Additional text to place at the bottom of every converted page.
Public propertyHeader
Additional text to place at the top of every converted page.
Public propertyMargins
Margins.
Public propertyOrientation
Page orientation, portrait or landscape.
Public propertyPageSize
Page size.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyTempFolder
Gets or sets the temporary folder path. By default the converter uses temporary folder returned by GetTempPath method.
Top
Methods
NameDescription
Public methodConvertDocxToPdf(Stream, Stream)
Performs DOCX to PDF conversion.
Public methodConvertDocxToPdf(String, String)
Performs DOCX to PDF conversion.
Public methodDispose
Releases resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference