HelpOutputFormat Element
Description
Output file format of the external file used in your Help document output. "(source format)" uses the file format specified in the Source Type.
The HelpOutputFormat element corresponds to the "Output as" 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
|
0 to 5, where:
0 = (source format) 1 = Graphics Interchange Format (*.gif) 2 = Windows Bitmap (*.bmp) 3 = Portable Network Graphics (*.png) 4 = JPEG File Interchange Format (*.jpg;*.jpeg) 5 = Windows Metafile (*.wmf)
|
Sample XML
<HelpOutputFormat>0</HelpOutputFormat>
|