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, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, 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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.