TxPDFPageSize
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

This type allows you to specify page size using one of the predefined values (ISO paper sizes).

Syntax

enum TxPDFPageSize

Remarks

PDF Creator Pilot supports the following page sizes:

Name

Description

Value

psUserDefined

Defined by user

0

psLetter

8½ × 11 in

1

psA4

210 × 297 mm

2

psA3

297 × 420 mm

3

psLegal

8½ × 14 in

4

psB5

182 × 257 mm

5

psC5

162 × 229 mm

6

ps8x11

8 × 11 in

7

psB4

250 × 354

8

psA5

148 × 210 mm

9

psFolio

8½ × 13 in

10

psExecutive

7¼ × 10½ in

11

psEnvB4

250 × 353 mm

12

psEnvB5

176 × 250 mm

13

psEnvC6

114 × 162 mm

14

psEnvDL

110 × 220 mm

15

psEnvMonarch

3⅞ × 7½ in

16

psEnv9

3⅞ × 8⅞ in

17

psEnv10

4⅛ × 9½ in

18

psEnv11

4½ × 10⅜

19

All other page sizes may be set using PDFPAGE_Width and PDFPAGE_Height properties.

See Also

Reference