Library | Module

Interface IpfcRasterImageExportInstructions



Description

Base class to all the raster-image-export-instructions classes that deal with exporting of Creo Parametric RasterImage.
Direct Known Subclasses:
IpfcBitmapImageExportInstructions, IpfcTIFFImageExportInstructions, IpfcEPSImageExportInstructions, IpfcJPEGImageExportInstructions



Property Summary

PropertyDotsPerInchas IpfcDotsPerInch [optional]
The dots per inch of the output image.
PropertyImageDepthas IpfcRasterDepth [optional]
The depth of the output image.
PropertyImageHeightas Double
The height of the output image in inches.
PropertyImageWidthas Double
The width of the output image in inches.



Method Summary

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



Property Detail


PropertyDotsPerInchas IpfcDotsPerInch [optional]

The dots per inch of the output image.




PropertyImageDepthas IpfcRasterDepth [optional]

The depth of the output image.




PropertyImageHeightas Double

The height of the output image in inches.




PropertyImageWidthas Double

The width of the output image in inches.





Method Detail


FunctionGetRasterType () as IpfcRasterType

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)