IPCsPageSetup ![]() |
Properties and methods of IPCsPageSetup 
IPCsApplication
IPCsDocument
IPCsPage
IPCsPageSetup
PaperSize ![]() | A string that represents the format the page currently has. |
PaperWidth ![]() | The width of the page. It should only be used as a readonly value. NOTICE: if the page's psOrientation is orPortrait then PaperWidth will actually return PaperHeight. |
PaperHeight ![]() | The height of the page. It should only be used as a readonly value. NOTICE: if the page's psOrientation is orPortrait then PaperHeight will actually return PaperWidth. |
Orientation ![]() | The orientation of the page. Read more psOrientation. ![]() |
The dimensions of the page is 0 to IPCsPageSetup.PaperWidth (X-value).
The dimensions of the page is 0 to IPCsPageSetup.PaperHeight (Y-value).
Lowerleft corner is (0,0).
Upperright corner is (IPCsPageSetup.PaperWidth,IPCsPageSetup.PaperHeight).