|
|
PageSize
Sets/Returns the Paper size for the document. The following sizes are included in the qePrinterPaperSize Enum: A3, A4, A5 and B4. Then Enum uses the same values as the Visual Basic PrinterObjectConstants so other sizes can be used.
Syntax Object.PageSize
Return Value qePrinterPaperSize
Example qPrint.Document.PageSize = eA4size
See Also: MarginLeft, MarginRight, MarginTop, MarginBottom, AvailableHeight, AvailableWidth
|