PrintBase CATPrintRastProperties

Usage: you must use this class as is. You should never derive it.


public class CATPrintRastProperties

Class wrapping raster generator properties
Role:


Constructor and Destructor Index


o CATPrintRastProperties()
Constructor
o ~CATPrintRastProperties()
Destructor

Method Index


o GetCompression()
Retrieves the compression format
o GetDpi()
Retieves the dot per inch
o GetFormat()
Retrieves the output file format
o GetQuality()
Retrieves the quality
o GetStaticMode()
Retrieves the static mode
o SetCompression(CATMMediaImageFileCompression)
Sets the compression format
o SetDpi(int)
Sets the dot per inch parameter
o SetFormat(CATMMediaImageFileType)
Sets the output file format
o SetQuality(float)
Sets the quality
o SetStaticMode(CATBoolean)
Sets the static mode

Constructor and Destructor


o CATPrintRastProperties
public CATPrintRastProperties()
Constructor
o ~CATPrintRastProperties
public virtual ~CATPrintRastProperties()
Destructor

Methods


o GetCompression
public GetCompression()
Retrieves the compression format
Returns:
The format
o GetDpi
public GetDpi()
Retieves the dot per inch
Returns:
The dot per inch
o GetFormat
public GetFormat()
Retrieves the output file format
Returns:
The format
o GetQuality
public GetQuality()
Retrieves the quality
Returns:
The quality
o GetStaticMode
public GetStaticMode()
Retrieves the static mode
Returns:
The static mode
o SetCompression
public SetCompression( const iCompression)
Sets the compression format
Parameters:
iCompression
The compression to set
o SetDpi
public SetDpi( const iDpi)
Sets the dot per inch parameter
Parameters:
iDpi
The dpi to set
o SetFormat
public SetFormat( const iFormat)
Sets the output file format
Parameters:
iFormat
The format to set
o SetQuality
public SetQuality( const iQuality)
Sets the quality
Parameters:
iQuality
The quality to set
o SetStaticMode
public SetStaticMode( const iStaticMode)
Sets the static mode
Parameters:
iStaticMode
The static mode to set

This object is included in the file: CATPrintRastProperties.h
If needed, your Imakefile.mk should include the module: CATPrintBase

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.