2.4.204 PrintSize

The PrintSize record specifies the printed size of the chart. This record affects the charts printed only on their own page.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

printSize

printSize (2 bytes):  An unsigned integer that specifies the printed size of the chart. MUST be a value from the following table:

Value

Meaning

0x0000

The record is part of a UserSViewBegin block and the print settings are unchanged from the defaults specified in the workbook.

0x0001

The chart is resized to fill the entire page regardless of the original chart proportions, within page margins.

0x0002

The chart is resized proportionally to fill the entire page, within page margins.

0x0003

The printed size of the chart is defined in the Chart record.