Class IcoOptions
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
Create custom ICO image files for application icons effortlessly with our API, empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values, ensuring versatility and compatibility for your icon creation needs.
public class IcoOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
- Inheritance
-
IcoOptions
- Implements
- Inherited Members
Constructors
IcoOptions()
Initializes a new instance of the IcoOptions class with the ICO frame format equals to Png and bitsPerPixel equals to 32.
public IcoOptions()
IcoOptions(FileFormat, int)
Initializes a new instance of the IcoOptions class.
public IcoOptions(FileFormat format, int bitsPerPixel = 32)
Parameters
format
FileFormatThe ICO frame format. Note that ICO image supports only Png and Bmp images as entries.
bitsPerPixel
intThe bits-per-pixel value.
Properties
BitsPerPixel
Gets or sets the bits-per-pixel value.
public int BitsPerPixel { get; set; }
Property Value
Format
Gets or sets the ICO frame format.
public FileFormat Format { get; set; }