Gets or sets the paper size.
Property Value
AwPaperSizeF value. The unit to be used is millimeter.
Remarks
The value set here is valid only if setting of PaperKind is Custom.
Example
How to set the width as 100mm and the height as 150mm.
printPreview.PaperSize = New AwPaperSizeF(100F, 150F)
printPreview.PaperSize = new AwPaperSizeF(100.0F, 150.0F);
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace