WmfOptions
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The wmf file format creation options.
Constructors
| Constructor | Description |
|---|---|
| WmfOptions() | Initializes a new instance of the WmfOptions class. |
| WmfOptions(WmfOptions wmfOptions) | Initializes a new instance of the WmfOptions class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| wmfOptions | WmfOptions | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | The image bits per pixel count. |