WmfOptions

Inheritance: java.lang.Object, ImageOptionsBase

The wmf file format creation options.

Constructors

ConstructorDescription
WmfOptions()Initializes a new instance of the WmfOptions class.
WmfOptions(WmfOptions wmfOptions)Initializes a new instance of the WmfOptions class.

Methods

MethodDescription
getTargetFormat()
getBitsPerPixel()Gets or sets the image bits per pixel count.
setBitsPerPixel(int value)Gets or sets the image bits per pixel count.

WmfOptions()

public WmfOptions()

Initializes a new instance of the WmfOptions class.

WmfOptions(WmfOptions wmfOptions)

public WmfOptions(WmfOptions wmfOptions)

Initializes a new instance of the WmfOptions class.

Parameters:

ParameterTypeDescription
wmfOptionsWmfOptionsThe WMF options.

getTargetFormat()

public long getTargetFormat()

Returns: long

getBitsPerPixel()

public int getBitsPerPixel()

Gets or sets the image bits per pixel count.

Returns: int - The image bits per pixel count.

setBitsPerPixel(int value)

public void setBitsPerPixel(int value)

Gets or sets the image bits per pixel count.

Parameters:

ParameterTypeDescription
valueintThe image bits per pixel count.