|
PdfCustomPageSize(Single, Single) Constructor
|
Constructs a custom page size
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfCustomPageSize(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
Parameters
- width Single
- The page width in points
- height Single
- The page height in points
See Also