Class CdrBmp

Class CdrBmp

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

he cdr bmp

[JsonObject(MemberSerialization.OptIn)]
public class CdrBmp : CdrDictionaryItem, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrDictionaryItemCdrBmp

Implements

IDisposable

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

int

BytesPerLine

Gets or sets the bytes per line.

[JsonProperty]
public int BytesPerLine { get; set; }

Property Value

int

ColorModel

Gets or sets the color model.

[JsonProperty]
public int ColorModel { get; set; }

Property Value

int

Height

Gets or sets the height.

[JsonProperty]
public int Height { get; set; }

Property Value

int

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

int

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

CdrObjectContainer