public class WmfOptions extends ImageOptionsBase
The wmf file format creation options.
| Constructor and Description |
|---|
WmfOptions()
Initializes a new instance of the
WmfOptions class. |
WmfOptions(WmfOptions wmfOptions)
Initializes a new instance of the
WmfOptions class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerPixel()
Gets or sets the image bits per pixel count.
|
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
getInterruptionToken, getLayers, getPalette, getResolutionSettings, getRotation, getSource, getTimeout, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setResolutionSettings, setRotation, setSource, setTimeout, setVectorRasterizationOptions, setXmpDatapublic WmfOptions()
Initializes a new instance of the WmfOptions class.
public WmfOptions(WmfOptions wmfOptions)
Initializes a new instance of the WmfOptions class.
wmfOptions - The WMF options.