ImgConverter Constructor (Int32) |
Creates an image converter for a web page with the specified width and
an autodected height
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic ImgConverter(
int pageWidth
)
Public Sub New (
pageWidth As Integer
)
Parameters
- pageWidth
- Type: SystemInt32
The web page width
See Also