public class ImageExportConfigurationImpl extends BaseExportConfigurationImpl implements ImageExportConfiguration
The image report configuration.
| Constructor and Description |
|---|
ImageExportConfigurationImpl() |
| 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.
|
void |
setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
|
void |
setFullFrame(boolean value)
Sets a value indicating whether [full frame].
|
void |
setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
|
void |
setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
|
void |
setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|
void |
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
|
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicenseisOverrideHints, setOverrideHintsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackgroundColor, getLicense, isDrawBackgroundpublic final boolean getFullFrame()
Gets a value indicating whether [full frame].
Value:true if [full frame]; otherwise, false.getFullFrame in interface ImageExportConfigurationpublic final void setFullFrame(boolean value)
Sets a value indicating whether [full frame].
Value:true if [full frame]; otherwise, false.value - a value indicating whether [full frame].public com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
getPalette in interface ImageExportConfigurationpublic void setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
value - The color palette.public com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
getResolutionSettings in interface ImageExportConfigurationpublic void setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
public final SmoothingMode getSmoothingMode()
Gets the smoothing mode.
getSmoothingMode in interface ImageExportConfigurationpublic final void setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
value - the smoothing mode.public boolean getCenterDrawing()
Gets a value indicating whether center drawing.
getCenterDrawing in interface ImageExportConfigurationpublic TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
getTextRenderingHint in interface ImageExportConfigurationTextRenderingHintEnumpublic void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
TextRenderingHintpublic void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
value - a value indicating whether center drawing.