FOM Reference > Application > Printers > fTIFFPrinter interface
  
fTIFFPrinter interface
This object represents a TIFF printer device.
This object inherits from fPrinter.
TIFFModes enumeration
The type of TIFF file to create.
The TIFFModes enumeration has the following constants of type int.
MODE_MONO = 0
Monochrome TIFF
MODE_RGB = 1
RGB TIFF
MODE_CMYK = 2
CMYK TIFF
AntiAliasLevels enumeration
The type of TIFF file to create.
The AntiAliasLevels enumeration has the following constants of type int.
ANTIALIAS_NONE = 0
No antialiasing
ANTIALIAS_LOW = 1
Low antialiasing
ANTIALIAS_MEDIUM = 2
Medium antialiasing
ANTIALIAS_HIGH = 3
High antialiasing
antiAlias attribute
If mode is set to either MODE_RGB or MODE_CMYK, the level of antialiasing to apply to the image. Possible values are in fTIFFPrinter.AntiAliasLevels
antiAlias
Access
read-write
Returns
int
filename attribute
The file to print the document to.
filename
Access
read-write
Returns
String
horizontalDPI attribute
The horizontal DPI of the TIFF. Default is 100dpi.
horizontalDPI
Access
read-write
Returns
int
mode attribute
The type of TIFF file to create. Possible values are in fTIFFPrinter.TIFFModes
mode
Access
read-write
Returns
int
originalImages attribute
If true, use the full image. Otherwise use the draft version of the image.
originalImages
Access
read-write
Returns
boolean
verticalDPI attribute
The vertical DPI of the TIFF. Default is 100dpi.
verticalDPI
Access
read-write
Returns
int
fTIFFPrinter method
Creates a new TIFF Printer device.
fTIFFPrinter
Parameters
None
Returns
fTIFFPrinter. A new object of class fTIFFPrinter.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fTIFFPrinter. The object corresponding to the serialized representation.