public interface ImageExportConfiguration extends BaseExportConfiguration, Serializable
The image report configuration.
Modifier and Type | Method and Description |
---|---|
boolean |
getCenterDrawing()
Gets a value indicating whether center drawing.
|
boolean |
getFullFrame()
Gets a value indicating whether [full frame].
|
com.aspose.cad.IColorPalette |
getPalette()
Gets the color palette.
|
com.aspose.cad.ResolutionSetting |
getResolutionSettings()
Gets the resolution settings.
|
SmoothingMode |
getSmoothingMode()
Gets the smoothing mode.
|
TextRenderingHintEnum |
getTextRenderingHint()
Gets text rendering hint.
|
getBackgroundColor, getLicense, isDrawBackground
boolean getFullFrame()
Gets a value indicating whether [full frame].
Value:true
if [full frame]; otherwise, false
.com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
SmoothingMode getSmoothingMode()
Gets the smoothing mode.
boolean getCenterDrawing()
Gets a value indicating whether center drawing.
TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
TextRenderingHintEnum