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