Class CdrPattern
Class CdrPattern
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The cdr bitmap
[JsonObject(MemberSerialization.OptIn)]
public class CdrPattern : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrPattern
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
CdrPattern()
public CdrPattern()
Properties
Height
Gets or sets the height.
[JsonProperty]
public int Height { get; set; }
Property Value
Width
Gets or sets the width.
[JsonProperty]
public int Width { get; set; }