Class CdrBmp
Именује се: Aspose.Imaging.FileFormats.Cdr.Objects Асамблеја: Aspose.Imaging.dll (25.4.0)
Он ЦДР БМП
[JsonObject(MemberSerialization.OptIn)]
public class CdrBmp : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrBmp
Implements
Наслеђени чланови
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
Добија или поставља БПП.
[JsonProperty]
public int Bpp { get; set; }
Вредност имовине
BytesPerLine
Добија или поставља битове по линији.
[JsonProperty]
public int BytesPerLine { get; set; }
Вредност имовине
ColorModel
Добија или поставља модел боје.
[JsonProperty]
public int ColorModel { get; set; }
Вредност имовине
Height
Добија или поставља висину.
[JsonProperty]
public int Height { get; set; }
Вредност имовине
Palette
Добијете или ставите палету.
[JsonProperty]
public int[] Palette { get; set; }
Вредност имовине
int []
Width
Добија или поставља ширину.
[JsonProperty]
public int Width { get; set; }
Вредност имовине
Methods
ReleaseManagedResources()
Ослобађа управљане ресурсе. Уверите се да се овде не ослобађају управљани ресурси, јер се они можда већ ослобађају.
protected override void ReleaseManagedResources()