|  | 
| PdfCustomPageSize Constructor (Single, Single) | 
 
            Constructs a custom page size
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfCustomPageSize(
	float width,
	float height
)
Public Sub New ( 
	width As Single,
	height As Single
)
Parameters
- width
- Type: SystemSingle
 The page width in points
- height
- Type: SystemSingle
 The page height in points
 See Also
See Also