<< Click to Display Table of Contents >> VpeSetDevFileName |
[Windows platform only; not supported by the Community Edition]
Sets for the currently selected output device the file name that is used, if the document is printed into a file (see: VpeSetDevToFile). If this property is not set or reset to NULL or empty (""), a dialog box will pop-up when the print is started, asking the user for the file name.
With some printer drivers, this dialog box will not pop up.
void VpeSetDevFileName(
VpeHandle hDoc,
LPCSTR file_name
)
VpeHandle hDoc
Document Handle
LPCSTR file_name
the (path- and) filename the document is printed to
Remarks:
This property is not written to a VPE setup file.