Class CdrListObjects

Class CdrListObjects

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

The cdr list objects

[JsonObject(MemberSerialization.OptIn)]
public class CdrListObjects : CdrObjectContainer, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrObjectContainerCdrListObjects

Implements

IDisposable

Inherited Members

CdrObjectContainer.AddChildObject(CdrObject), CdrObjectContainer.InsertObject(CdrObject), CdrObjectContainer.ReleaseManagedResources(), CdrObjectContainer.Childs, CdrObjectContainer.LoadToLastChild, CdrObjectContainer.LastChild, CdrObjectContainer.Hidden, 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

CdrListObjects()

[JsonConstructor]
public CdrListObjects()

Properties

FillId

Gets or sets the fill identifier.

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

Property Value

int

Opacity

Gets or sets the opacity.

[JsonProperty]
public double Opacity { get; set; }

Property Value

double

OpacityFillId

Gets or sets the opacity fill identifier.

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

Property Value

int

OutLineId

Gets or sets the out line identifier.

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

Property Value

int

PageHeight

Gets or sets the height of the page.

[JsonProperty]
public double PageHeight { get; set; }

Property Value

double

PageWidth

Gets or sets the width of the page.

[JsonProperty]
public double PageWidth { get; set; }

Property Value

double

StyleId

Gets or sets the style identifier.

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

Property Value

int

See Also

CdrObjectContainer