PrintSizingMethod Element
Description
Allows you to choose how a picture or OLE object file will be sized in the Word document, either by Scale (percentage of original file size) or by size (in cm, 1in = 2.54cm).
The PrintSizingMethod element corresponds to the "Sub Title" field on the Document tab of the File object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
File
Values
Data Type
|
Range
|
Integer
|
1, 2 where:
1 = By scale 2 = By size
|
Sample XML
<PrintSizingMethod inherited="true">1</PrintSizingMethod>
|