Class CdrBmp
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
he cdr bmp
public class CdrBmp : CdrDictionaryItem, IDisposable
- Inheritance
-
CdrBmp
- Implements
- Inherited Members
Constructors
CdrBmp()
public CdrBmp()
- See Also
Properties
Bpp
Gets or sets the BPP.
public int Bpp { get; set; }
Property Value
- int
The BPP.
- See Also
BytesPerLine
Gets or sets the bytes per line.
public int BytesPerLine { get; set; }
Property Value
- int
The bytes per line.
- See Also
ColorModel
Gets or sets the color model.
public int ColorModel { get; set; }
Property Value
- int
The color model.
- See Also
Height
Gets or sets the height.
public int Height { get; set; }
Property Value
- int
The height.
- See Also
Palette
Gets or sets the palette.
public int[] Palette { get; set; }
Property Value
- int[]
The palette.
- See Also
Width
Gets or sets the width.
public int Width { get; set; }
Property Value
- int
The width.
- See Also
Methods
ReleaseManagedResources()
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
protected override void ReleaseManagedResources()
- See Also