The FaxDocWinEx transaction faxes the contents of a document window using the specified parameters. This transaction replaces the FaxDocWin transaction and contains additional parameters for faxing documents with banners and stamps. Remote faxing using a fax server must be available for this transaction to be used.
Type XTYP_REQUEST
Syntax [FaxDocwinEx(docwinID, "phoneNumber", pageRange, firstPage, lastPage, mode, resolution, bTile, scale, orientation, bBanner, bStamp)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
phoneNumber |
phone number |
phone number to fax to, in the 5197482462 format. | |
|
pageRange |
WORD |
1 2 3 |
current page page range defined by firstPage and lastPage all pages |
|
firstPage |
WORD |
0 1 to last page |
unused first page of range to fax |
|
lastPage |
WORD |
0 1 to last page |
unused last page of range to fax |
|
mode |
WORD |
1 2 4 8 16 32 64 |
entire document displayed layers only as displayed active raster layer active edit layer displayed rasters displayed edits |
|
resolution |
WORD |
1 2 |
normal (100 horizontal dpi) fine (200 horizontal dpi) |
|
bTile |
BOOL |
0 | 1 |
do not tile | tile |
|
scale |
WORD |
1 2 3 4 5 |
to fit actual size to half page no scaling (1:1) actual size or to fit |
|
orientation |
WORD |
1 2 3 4 |
best fit portrait landscape minimum length |
|
bBanner |
BOOL |
0 1 |
banner not included banner included |
|
bStamp |
BOOL |
0 1 |
stamp not included stamp included |
|
Reply |
Data type |
Meaning | |
|
fileName |
file name for the fax job that is sent to the server for processing, in quotes | ||
Remarks
For more information about the job file, refer to the System Administrator Help (Sysadmin.hlp) that is installed with Imagenation. Choose
Print, Fax, E-Mail, and OCR,
Configurating remote faxing. In that topic, click the See also link: "Interpreting the remote fax control file".
Release information
Added in Release 4.40.
See also