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.
|
long |
getTargetFormat() |
void |
setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
public 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.public long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
public int getBitsPerPixel()
Gets or sets the image bits per pixel count.
public void setBitsPerPixel(int value)
Gets or sets the image bits per pixel count.
value
- The image bits per pixel count.