Library | Module

Class pfcRasterImageExportInstructions



Description

Base class to all the raster-image-export-instructions classes that deal with exporting of Creo Parametric RasterImage.
Direct Known Subclasses:
pfcBitmapImageExportInstructions, pfcTIFFImageExportInstructions, pfcEPSImageExportInstructions, pfcJPEGImageExportInstructions



Property Summary

/* optional */ pfcDotsPerInchDotsPerInch
The dots per inch of the output image.
/* optional */ pfcRasterDepthImageDepth
The depth of the output image.
numberImageHeight
The height of the output image in inches.
numberImageWidth
The width of the output image in inches.



Method Summary

pfcRasterTypeGetRasterType ()
Returns a RasterType instance that indicates the type of the raster image export instructions.



Property Detail


/* optional */ pfcDotsPerInchDotsPerInch

The dots per inch of the output image.




/* optional */ pfcRasterDepthImageDepth

The depth of the output image.




numberImageHeight

The height of the output image in inches.




numberImageWidth

The width of the output image in inches.





Method Detail


pfcRasterTypeGetRasterType ()

Returns a RasterType instance that indicates the type of the raster image export instructions.
Returns:
One of the static instances of RasterType (e.g., RASTER_BMP)