Class CdrBmp
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (26.3.0)
he cdr bmp
[JsonObject(MemberSerialization.OptIn)]
public class CdrBmp : CdrDictionaryItem, IDisposableInheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrBmp
Implements
Inherited Members
CdrDictionaryItem.Id , CdrObject.Parent , CdrObject.Document , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CdrBmp()
public CdrBmp()Properties
Bpp
Gets or sets the BPP.
[JsonProperty]
public int Bpp { get; set; }Property Value
BytesPerLine
Gets or sets the bytes per line.
[JsonProperty]
public int BytesPerLine { get; set; }Property Value
ColorModel
Gets or sets the color model.
[JsonProperty]
public int ColorModel { get; set; }Property Value
Height
Gets or sets the height.
[JsonProperty]
public int Height { get; set; }Property Value
Palette
Gets or sets the palette.
[JsonProperty]
public int[] Palette { get; set; }Property Value
int []
Width
Gets or sets the width.
[JsonProperty]
public int Width { get; set; }Property Value
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()