PageGetSizeΒΆ
PageGetSize returns the page size.
- rvSize = PageGetSize(hPage)
- rvSize = PageGetSize(hPage, bPaperSize)
Return Value
rvSize is a row vector with two elements. The first element contains the width in cm and the second element the height in cm.
Parameters
- hPage
Identifies the page.
- bPaperSize
If bPaperSize is TRUE (1) the function returns the paper size in cm. If p|bPaperSize| is FALSE (0) the function returns the size of the printable area For laser printers this area is approx 1 cm smaller than the paper size. Default value is FALSE (0).
History
Version |
Description |
---|---|
5.2.1 |
Parameter bPaperSize added. |
id-1645572