ImageExportConfiguration
Inheritance: java.lang.Object, BaseExportConfiguration
The image report configuration.
Methods
| Method | Description |
|---|---|
| getFullFrame() | Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false . |
| getPalette() | Gets the color palette. |
| getResolutionSettings() | Gets the resolution settings. |
| getSmoothingMode() | Gets the smoothing mode. |
| getCenterDrawing() | Gets a value indicating whether center drawing. |
| getTextRenderingHint() | Gets text rendering hint. |
getFullFrame()
boolean getFullFrame()
Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
Returns: boolean - a value indicating whether [full frame].
getPalette()
com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
Returns: com.aspose.cad.IColorPalette - The color palette.
getResolutionSettings()
com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
Returns: com.aspose.cad.ResolutionSetting
getSmoothingMode()
SmoothingMode getSmoothingMode()
Gets the smoothing mode.
Returns: SmoothingMode - the smoothing mode.
getCenterDrawing()
boolean getCenterDrawing()
Gets a value indicating whether center drawing.
Returns: boolean - a value indicating whether center drawing.
getTextRenderingHint()
TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
Returns: TextRenderingHintEnum
See Also: TextRenderingHintEnum