PdfConverterPageHeight Property |
Gets or sets the height of the HTML document in pixels. The HTML document will be truncated if
its height exceeds the specified value of this property.
If this parameter is set to 0 or a negative value, the whole HTML document will be converted to PDF.
Because all the dimensions in the PDF document are measured in points (1 point is 1/72 inch),
it might be necessary to transform pixels to points and points to pixels using the
UnitsConverter class in order to better control the HTML to PDF conversion.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public int PageHeight { get; set; }
Public Property PageHeight As Integer
Get
Set
Property Value
Type:
Int32See Also