ImageExportParameters

Inheritance: java.lang.Object, BaseExportParameters

The image report configuration.

Constructors

ConstructorDescription
ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)Instantiates a new Image export parameters.

Methods

MethodDescription
getFullFrame()Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
setFullFrame(boolean value)Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
getPalette()Gets the color palette.
setPalette(com.aspose.cad.IColorPalette value)Sets the color palette.
getResolutionSettings()Gets the resolution settings.
setResolutionSettings(com.aspose.cad.ResolutionSetting value)Sets the resolution settings.
getSmoothingMode()Gets the smoothing mode.
setSmoothingMode(SmoothingMode value)Sets the smoothing mode.
getCenterDrawing()Gets a value indicating whether center drawing.
getTextRenderingHint()Gets text rendering hint.
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)Sets text rendering hint.
setCenterDrawing(boolean value)Sets a value indicating whether center drawing.
setPropertyValues(Object object)

ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)

public ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)

Instantiates a new Image export parameters.

Parameters:

ParameterTypeDescription
baseExportConfigurationBaseExportConfigurationImplthe base export configuration

getFullFrame()

public final boolean getFullFrame()

Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .

Returns: boolean - a value indicating whether [full frame].

setFullFrame(boolean value)

public final void setFullFrame(boolean value)

Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [full frame].

getPalette()

public com.aspose.cad.IColorPalette getPalette()

Gets the color palette.

Returns: com.aspose.cad.IColorPalette - The color palette.

setPalette(com.aspose.cad.IColorPalette value)

public void setPalette(com.aspose.cad.IColorPalette value)

Sets the color palette.

Parameters:

ParameterTypeDescription
valuecom.aspose.cad.IColorPaletteThe color palette.

getResolutionSettings()

public com.aspose.cad.ResolutionSetting getResolutionSettings()

Gets the resolution settings.

Returns: com.aspose.cad.ResolutionSetting - the resolution settings

setResolutionSettings(com.aspose.cad.ResolutionSetting value)

public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)

Sets the resolution settings.

Parameters:

ParameterTypeDescription
valuecom.aspose.cad.ResolutionSettingthe value

getSmoothingMode()

public final SmoothingMode getSmoothingMode()

Gets the smoothing mode.

Returns: SmoothingMode - the smoothing mode.

setSmoothingMode(SmoothingMode value)

public final void setSmoothingMode(SmoothingMode value)

Sets the smoothing mode.

Parameters:

ParameterTypeDescription
valueSmoothingModethe smoothing mode.

getCenterDrawing()

public boolean getCenterDrawing()

Gets a value indicating whether center drawing.

Returns: boolean - a value indicating whether center drawing.

getTextRenderingHint()

public TextRenderingHintEnum getTextRenderingHint()

Gets text rendering hint.

Returns: TextRenderingHintEnum - the text rendering hint

See Also: TextRenderingHintEnum

setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

Sets text rendering hint.

Parameters:

ParameterTypeDescription
textRenderingHintEnumTextRenderingHintEnumthe text rendering hint enum

setCenterDrawing(boolean value)

public void setCenterDrawing(boolean value)

Sets a value indicating whether center drawing.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether center drawing.

setPropertyValues(Object object)

public void setPropertyValues(Object object)