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()