ImageExportParameters
Inheritance: java.lang.Object, BaseExportParameters
The image report configuration.
Constructors
| Constructor | Description |
|---|---|
| ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration) | Instantiates a new Image export parameters. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| baseExportConfiguration | BaseExportConfigurationImpl | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a 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:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.IColorPalette | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.ResolutionSetting | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | SmoothingMode | the 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:
| Parameter | Type | Description |
|---|---|---|
| textRenderingHintEnum | TextRenderingHintEnum | the text rendering hint enum |
setCenterDrawing(boolean value)
public void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether center drawing. |
setPropertyValues(Object object)
public void setPropertyValues(Object object)