The SetFormatAttribute transaction lets you set an attribute for the given file format. Currently, the OTG COLD and TW COLD formats are the only ones supported by this function. When an OTG COLD or TW COLD format document is loaded, it takes a snapshot of the current INI information and uses those parameters to format the document. You can override the INI parameters by using this transaction.
Type XTYP_EXECUTE
Syntax [SetFormatAttribute(formatID, tag, value)]
|
Parameter |
Data type |
Values |
Meaning |
|
formatID |
WORD |
528 |
OTG COLD format |
|
|
|
535 |
TW COLD format |
|
tag |
WORD |
tag ID |
For a definition of the tag to define, click COLD file format tags and values |
|
value |
WORD |
value |
For a definition of the tag values, click COLD file format tags and values |
Release information
Added in Release 4.33.
Modified in Release 4.5 to also support the TW COLD format.
See also