Class pfcRasterImageExportInstructions
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
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 | |
The width of the output image in inches.
| GetImageHeight | () |
void | SetImageHeight | |
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.