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, setTextRenderingHintEnumgetBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicenseisOverrideHints, setOverrideHintsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHintgetBackgroundColor, getLicense, isDrawBackgroundpublic final boolean getCompress()
Gets a value indicating whether file format should be compressed.
Value:true if compressed; otherwise, false.getCompress in interface MetafileExportConfigurationpublic 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.