The ExportPage transaction saves a page of the specified document window as a new page document using the specified parameters, without changing any of the properties of the existing page.
Type XTYP_EXECUTE
Syntax [ExportPage(docwinID, saveAs, "fileName", "pageLabel", checkExistence, formatID, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
WORD |
0 | docwinID |
active | specific |
|
saveAs |
BOOL |
0 1 |
use existing name use fileName |
|
fileName |
file name including path to save the page under | ||
|
pageLabel |
string |
label, maximum 80 characters | |
|
checkExistence |
BOOL |
0 1 |
do not check check for existence of file with the same name |
|
formatID |
WORD |
0 |
Spicer Multilayer Page (.clf) |
|
|
|
1 |
Spicer Document (.smf) |
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
Release Information
Added in Release 3.70.
See also