
Public Member Functions | |
Properties | |
| abstract RectDim | pageSize () |
| Gets the dimensions of the whole page in device units. | |
| abstract Vector | printableOffset () |
| Gets the offset of device coordinate (0, 0) from the corner of the physical page. | |
Protected Member Functions | |
| this (HANDLE h, DCState s) | |
This class is provided for forward compatibility with print preview facilities that may be developed in future SDWF versions.
| smjg.libs.sdwf.print.PrintDCBase.this | ( | HANDLE | h, | |
| DCState | s | |||
| ) | [protected] |
| abstract RectDim smjg.libs.sdwf.print.PrintDCBase.pageSize | ( | ) | [pure virtual] |
| abstract Vector smjg.libs.sdwf.print.PrintDCBase.printableOffset | ( | ) | [pure virtual] |
Gets the offset of device coordinate (0, 0) from the corner of the physical page.
This is the top-left corner of the printable area of the page.
Implemented in smjg.libs.sdwf.print.PrintDC.
1.5.4