HelpSizingMethod Element
Description
Allows you to choose how a picture file will be sized in Windows Help, either by Scale (percentage of original file size) or by size (in cm).
The HelpSizingMethod element corresponds to the "Sub Title" field on the Windows Help 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
<HelpSizingMethod inherited="true">1</HelpSizingMethod>
|