EmfOptions
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The EMF file format creation options.
Constructors
| Constructor | Description |
|---|---|
| EmfOptions() | Initializes a new instance of the EmfOptions class. |
| EmfOptions(EmfOptions emfOptions) | Initializes a new instance of the EmfOptions class. |
Methods
| Method | Description |
|---|---|
| getTargetFormat() | |
| getCompress() | Gets or sets a value indicating whether this instance is compressed. Value: true if compressed; otherwise, false . |
| setCompress(boolean value) | Gets or sets a value indicating whether this instance is compressed. Value: true if compressed; otherwise, false . |
EmfOptions()
public EmfOptions()
Initializes a new instance of the EmfOptions class.
EmfOptions(EmfOptions emfOptions)
public EmfOptions(EmfOptions emfOptions)
Initializes a new instance of the EmfOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| emfOptions | EmfOptions | The EMF options. |
getTargetFormat()
public long getTargetFormat()
Returns: long
getCompress()
public final boolean getCompress()
Gets or sets a value indicating whether this instance is compressed. Value: true if compressed; otherwise, false .
Returns: boolean
setCompress(boolean value)
public final void setCompress(boolean value)
Gets or sets a value indicating whether this instance is compressed. Value: true if compressed; otherwise, false .