public class EmfOptions extends ImageOptionsBase
The EMF file format creation options.
Constructor and Description |
---|
EmfOptions()
Initializes a new instance of the
EmfOptions class. |
EmfOptions(EmfOptions emfOptions)
Initializes a new instance of the
EmfOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getCompress()
Gets or sets a value indicating whether this instance is compressed.
|
long |
getTargetFormat() |
void |
setCompress(boolean value)
Gets or sets a value indicating whether this instance is compressed.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
public EmfOptions()
Initializes a new instance of the EmfOptions
class.
public EmfOptions(EmfOptions emfOptions)
Initializes a new instance of the EmfOptions
class.
emfOptions
- The EMF options.public long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
public final boolean getCompress()
Gets or sets a value indicating whether this instance is compressed.
Value:true
if compressed; otherwise, false
.public final void setCompress(boolean value)
Gets or sets a value indicating whether this instance is compressed.
Value:true
if compressed; otherwise, false
.