Represents one wkhtmltopdf input.
Inheritance Hierarchy
NReco.PdfGeneratorWkHtmlInput
Namespace: NReco.PdfGenerator
Assembly: NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
Syntax
The WkHtmlInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WkHtmlInput | Initializes a new instance of the WkHtmlInput class |
Properties
| Name | Description | |
|---|---|---|
| CustomWkHtmlPageArgs |
Custom WkHtmlToPdf page options for this input.
| |
| Input |
HTML file name or URL.
| |
| PageFooterHtml |
Get or set custom page footer HTML for this input.
| |
| PageHeaderHtml |
Get or set custom page header HTML for this input.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also