Link Search Menu Expand Document

HtmlToPdfConverter Class

Performs HTML to PDF conversion.
Inheritance Hierarchy
SystemObject
Bytescout.PDF.ConvertersHtmlToPdfConverter

Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
[SerializableAttribute]
public class HtmlToPdfConverter : IDisposable

The HtmlToPdfConverter type exposes the following members.

Constructors
NameDescription
Public methodHtmlToPdfConverter
Initializes a new instance of the HtmlToPdfConverter class.
Public methodHtmlToPdfConverter(String, String)
Initializes a new instance of the HtmlToPdfConverter 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 propertySuppressExceptions
Gets or sets whether to suppress internal converter errors and return only true or false fromConvertHtmlToPdf(String, String) method.
Public propertyTempFolder
Gets or sets the temporary folder path. By default the converter uses temporary folder returned by GetTempPath method.
Top
Methods
NameDescription
Public methodConvertHtmlToPdf(Stream, Stream)
Performs HTML to PDF conversion.
Public methodConvertHtmlToPdf(String, String)
Performs HTML 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