Class RenditionClass

Class RenditionClass

Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Derived Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawia XMP Rendition.

[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Dziedziczeni członkowie

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

RenditionClass()

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

[JsonConstructor]
public RenditionClass()

RenditionClass(strumień, strumień)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

public RenditionClass(string token, string value)

Parameters

token string

To jest token.

value string

I wartość .

Properties

DefinedValues

Definowane wartości

public static string[] DefinedValues { get; }

Wartość nieruchomości

string [ ]

Token

Zostaw lub ustaw token.

[JsonProperty]
public string Token { get; set; }

Wartość nieruchomości

string

Value

Otrzymuje lub ustala wartość.

[JsonProperty]
public string Value { get; set; }

Wartość nieruchomości

string

Methods

GetXmpRepresentation()

Otrzymuje wartość zawartą w rzędzie w formacie XMP.

public override string GetXmpRepresentation()

Returns

string

Powraca wartość zawartość paska w formacie XMP.

 Polski