HtmlToPdf Class |
Namespace: SelectPdf
The HtmlToPdf type exposes the following members.
Name | Description | |
---|---|---|
HtmlToPdf |
Initializes an instance of the HtmlToPdf Converter.
| |
HtmlToPdf(Int32) |
Initializes an instance of the HtmlToPdf Converter.
| |
HtmlToPdf(Int32, Int32) |
Initializes an instance of the HtmlToPdf Converter.
|
Name | Description | |
---|---|---|
ConversionResult |
Gets a reference to an object that offers information about the result of the html to pdf conversion process.
| |
Footer |
Gets a reference to an object that controls the properties of the custom footer of the generated pdf document.
| |
Header |
Gets a reference to an object that controls the properties of the custom header of the generated pdf document.
| |
Options |
Gets a reference to an object that controls the html to pdf conversion process and the generated pdf document properties.
|
Name | Description | |
---|---|---|
ConvertHtmlString(String) |
Gets a PdfDocument object representing the result of the conversion of the specified html string to pdf.
| |
ConvertHtmlString(String, String) |
Gets a PdfDocument object representing the result of the conversion of the specified html string to pdf.
| |
ConvertUrl |
Gets a PdfDocument object representing the result of the conversion of the specified url to pdf.
|