'Declaration
Public Function New( _ ByVal name As String, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim name As String Dim width As Double Dim height As Double Dim instance As New PdfPageSize(name, width, height)
Parameters
- name
- The name of the predefined page size.
- width
- Initial width in PDF points
- height
- Initial height in PDF points