ImgConverter Constructor (Int32, Int32) |
Creates an image converter for a web page with the specified width and height
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public ImgConverter(
int pageWidth,
int pageHeight
)
Public Sub New (
pageWidth As Integer,
pageHeight As Integer
)
Parameters
- pageWidth
- Type: SystemInt32
The web page width - pageHeight
- Type: SystemInt32
The web page height
See Also