Class CdrListObjects

Class CdrListObjects

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Cdr listy obiektów

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

Inheritance

object DisposableObject CdrObject CdrObjectContainer CdrListObjects

Implements

IDisposable

Dziedziczeni członkowie

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

Dostęp lub ustaw identyfikator wypełnienia.

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

Wartość nieruchomości

int

Opacity

Uzyskuje lub ustanawia nieprawidłowość.

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

Wartość nieruchomości

double

OpacityFillId

Uzyskuje lub ustawia identyfikator wypełniania nieprawidłowości.

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

Wartość nieruchomości

int

OutLineId

Uzyskuje lub ustawia identyfikator linii wyjściowej.

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

Wartość nieruchomości

int

PageHeight

Uzyskuje lub ustawia wysokość strony.

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

Wartość nieruchomości

double

PageWidth

Uzyskuje lub ustawia szerokość strony.

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

Wartość nieruchomości

double

StyleId

Uzyskuje lub ustawia identyfikator stylu.

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

Wartość nieruchomości

int

Zobacz również

CdrObjectContainer

 Polski