Class CdrBmp
Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)
Он cdr bmp
[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
Получить или установить 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()