API Documentation > Classes > Class pfcRasterImageExportInstructions
Class pfcRasterImageExportInstructions
Description
Base class to all the raster-image-export-instructions classes that deal with exporting of Creo Parametric RasterImage.
Direct Known Subclasses:
Property Summary
/* optional */ pfcDotsPerInch
The dots per inch of the output image.
/* optional */ pfcRasterDepth
The depth of the output image.
number
The height of the output image in inches.
number
The width of the output image in inches.
Method Summary
Returns a RasterType instance that indicates the type of the raster image export instructions.
Property Detail
/* optional */ pfcDotsPerInch
DotsPerInch
The dots per inch of the output image.
/* optional */ pfcRasterDepth
ImageDepth
The depth of the output image.
number
ImageHeight
The height of the output image in inches.
number
ImageWidth
The width of the output image in inches.
Method Detail
GetRasterType
()
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)
Was this helpful?