 | PdfPageSetSize Method |
Sets the size of the PDF page in points.
Namespace:
Opait.Barcode.Pdf
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic void SetSize(
float width,
float height
)
Parameters
- width
- Type: SystemSingle
The width of the page in points. - height
- Type: SystemSingle
The height of the page in points.
See Also