Sets application printing options
Visual Basic |
---|
Public Sub SetPrintOptions( _ ByVal Location As PCDPRINTLOC, _ ByVal Draft As PCDONOFF, _ ByVal Filemode As PCDPRINTFILEMODE, _ ByVal ExtNum As Long _ ) |
- Location
Location of outpout.Value Description PCD___OFF No destination for printed data. PCD_FILE Destination for the printed data is a file. PCD_PRINTER Destination for the printed data is printer. - Draft
Mode of output to printer.Value Description PCD_OFF PCD_ON - Filemode
Naming mode for output file.Value Description PCD_APPEND Appends information to the end of the file. PCD_AUTO Automatically increments a numeric extension for the output file name. PCD_NEWFILE Sends information to a new file. PCD_OVERWRITE Overwrites information in the current file. PCD_PROMPT Prompts the user for a filename. - ExtNum
- Used with PCD_AUTO mode naming scheme for output file