PrintOutputFormat Element

Author-it XML Format

Description

Output file format of the external file used in your printed document. "(source format)" uses the file format specified in the Source Type.

The PrintOutputFormat element contains an integer which represents the graphics format to be used when publishing.

The PrintOutputFormat element corresponds to the "Output as" field on the Print 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

<PrintOutputFormat inherited="true">1</PrintOutputFormat>