Library | File

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:
pfcBitmapImageExportInstructions, pfcTIFFImageExportInstructions, pfcEPSImageExportInstructions, pfcJPEGImageExportInstructions



Method Summary

optional pfcDotsPerInchGetDotsPerInch ()
voidSetDotsPerInch (optional pfcDotsPerInch value)
The dots per inch of the output image.
optional pfcRasterDepthGetImageDepth ()
voidSetImageDepth (optional pfcRasterDepth value)
The depth of the output image.
xrealGetImageHeight ()
voidSetImageHeight (xreal value)
The height of the output image in inches.
xrealGetImageWidth ()
voidSetImageWidth (xreal value)
The width of the output image in inches.
pfcRasterTypeGetRasterType ()
Returns a RasterType instance that indicates the type of the raster image export instructions.



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)



xrealGetImageWidth ()
voidSetImageWidth (xreal value)

The width of the output image in inches.




xrealGetImageHeight ()
voidSetImageHeight (xreal value)

The height of the output image in inches.




optional pfcRasterDepthGetImageDepth ()
voidSetImageDepth (optional pfcRasterDepth value)

The depth of the output image.




optional pfcDotsPerInchGetDotsPerInch ()
voidSetDotsPerInch (optional pfcDotsPerInch value)

The dots per inch of the output image.