public class MetafileExportConfigurationImpl extends ImageExportConfigurationImpl implements MetafileExportConfiguration
The Metafile report configuration.
Constructor and Description |
---|
MetafileExportConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCompress()
Gets a value indicating whether file format should be compressed.
|
void |
setCompress(boolean value)
Sets a value indicating whether file format should be compressed.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public final boolean getCompress()
Gets a value indicating whether file format should be compressed.
Value:true
if compressed; otherwise, false
.getCompress
in interface MetafileExportConfiguration
public final void setCompress(boolean value)
Sets a value indicating whether file format should be compressed.
Value:true
if compressed; otherwise, false
.value
- a value indicating whether file format should be compressed.