Configs Tag¶
Use For add setting as key/value pair to Export Command.
structure of configs tag¶
1 2 3 | <params>
<add/>
</params>
|
Important
The configs
tag has no attributes.
Tags¶
- add
optional
multi
Use
add
tag for add extra setting as key/value pair. for more details see Add Tag
Remarks¶
Each Type of Export Command has separated config that present with Add
tags in configs
.
For example:
1 2 3 4 5 6 | <configs>
<add name="filename" value="test.pdf"/>
<add name="papersize" value="A5"/>
<add name="orientation" value="Portrait"/>
<add name="colormode" value="color"/>
</configs>
|
Present simple config for pdf
output format.