EmfOptions

Inheritance: java.lang.Object, ImageOptionsBase

The EMF file format creation options.

Constructors

ConstructorDescription
EmfOptions()Initializes a new instance of the EmfOptions class.
EmfOptions(EmfOptions emfOptions)Initializes a new instance of the EmfOptions class.

Methods

MethodDescription
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:

ParameterTypeDescription
emfOptionsEmfOptionsThe 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 .