FOM Reference > Application > Printers > fPrinter interface
  
fPrinter interface
This object contains the base properties for printer devices.
PrinterFileFrequency enumeration
Specifies how many files to create while printing, where possible.
The PrinterFileFrequency enumeration has the following constants of type int.
FILE_ONE_FOR_ALL = 0
Print the entire document into one file.
FILE_NEW_PER_PAGE = 1
Create a new file for each page.
FILE_NEW_PER_RANGE = 2
Create a new file for each page range.