FOM Reference > Application > Printers > fPNGPrinter interface
  
fPNGPrinter interface
This object represents a PNG printer device.
This object inherits from fPrinter.
filename attribute
The file to print the document to.
filename
Access
read-write
Returns
String
horizontalDPI attribute
The horizontal DPI of the PNG. Default is 100dpi.
horizontalDPI
Access
read-write
Returns
int
interlace attribute
If true, create an interlaced PNG.
interlace
Access
read-write
Returns
boolean
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 PNG. Default is 100dpi.
verticalDPI
Access
read-write
Returns
int
fPNGPrinter method
Creates a new PNG Printer device.
fPNGPrinter
Parameters
None
Returns
fPNGPrinter. A new object of class fPNGPrinter.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fPNGPrinter. The object corresponding to the serialized representation.