IcoOptions.IcoOptions
IcoOptions()
Initializes a new instance of the IcoOptions
class with the ICO frame format equals to Png and bitsPerPixel equals to 32.
public IcoOptions()
See Also
- class IcoOptions
- namespace Aspose.Imaging.ImageOptions
- assembly Aspose.Imaging
IcoOptions(FileFormat, int)
Initializes a new instance of the IcoOptions
class.
public IcoOptions(FileFormat format, int bitsPerPixel = 32)
Parameter | Type | Description |
---|---|---|
format | FileFormat | The ICO frame format. Note that ICO image supports only Png and Bmp images as entries. |
bitsPerPixel | Int32 | The bits-per-pixel value. |
See Also
- enum FileFormat
- class IcoOptions
- namespace Aspose.Imaging.ImageOptions
- assembly Aspose.Imaging