PS_PaperWidth specifies the paper width in PostScript points (1 point=1/72 of inch).
Default values are width=595 and height=842 (A4 format).
Common values are:
PS_PaperWidth x PS_PaperHeight
A0 2380x3368
A1 1684x2380
A2 1190x1684
A3 842x1190
A4 595x842
A5 421x595
A6 297x421
B5 501x709
letter (8.5"x11") 612x792
Legal (8.5"x14") 612x1008
ledger (17"x11") 1224x792
11"x17" 792x1224
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int PS_PaperWidth { get; set; }
Public Property PS_PaperWidth As Integer Get Set
public: property int PS_PaperWidth { int get (); void set (int value); }