API Documentation > Interface Classes > Class pfcRasterImageExportInstructions
Class pfcRasterImageExportInstructions

# include <pfcWindow.h>

class
pfcRasterImageExportInstructions
: public virtual
xobject
{
xdeclare(pfcRasterImageExportInstructions)
...
};
This is a
COMPACT class.

Description
Base class to all the raster-image-export-instructions classes that deal with exporting of Creo Parametric RasterImage.
Direct Known Subclasses:
Method Summary
void
The dots per inch of the output image.
void
The depth of the output image.
void
The height of the output image in inches.
void
The width of the output image in inches.
Returns a RasterType instance that indicates the type of the raster image export instructions.
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)
GetImageWidth
()
void
SetImageWidth
(xreal value)
The width of the output image in inches.
GetImageHeight
()
void
SetImageHeight
(xreal value)
The height of the output image in inches.
GetImageDepth
()
void
SetImageDepth
The depth of the output image.
GetDotsPerInch
()
void
SetDotsPerInch
The dots per inch of the output image.
Was this helpful?