MetafileExportConfigurationImpl

Inheritance: java.lang.Object, ImageExportConfigurationImpl

All Implemented Interfaces: MetafileExportConfiguration

The Metafile report configuration.

Constructors

ConstructorDescription
MetafileExportConfigurationImpl()

Methods

MethodDescription
getCompress()Gets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .
setCompress(boolean value)Sets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .

MetafileExportConfigurationImpl()

public MetafileExportConfigurationImpl()

getCompress()

public final boolean getCompress()

Gets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .

Returns: boolean - a value indicating whether file format should be compressed.

setCompress(boolean value)

public final void setCompress(boolean value)

Sets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether file format should be compressed.