Class XmpValue

Class XmpValue

Namespace: Aspose.Page.EPS.XMP
Assembly: Aspose.Page.dll (25.1.2)

XMP değerini temsil eder

public class XmpValue

Miras

objectXmpValue

Miras Alınan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Yapıcılar

XmpValue(string)

Dize değeri için yapıcı.

public XmpValue(string value)

Parametreler

value string

Dize değeri.

XmpValue(int)

Tam sayı değeri için yapıcı.

public XmpValue(int value)

Parametreler

value int

Tam sayı değeri.

XmpValue(double)

Kayan nokta değeri için yapıcı.

public XmpValue(double value)

Parametreler

value double

Kayan nokta değeri.

XmpValue(DateTime)

Tarih saat değeri için yapıcı.

public XmpValue(DateTime value)

Parametreler

value DateTime

Tarih saat değeri.

XmpValue(XmpValue[])

Dizi değeri için yapıcı.

public XmpValue(XmpValue[] array)

Parametreler

array XmpValue[]

Dizi değeri.

Özellikler

IsArray

XmpValue dizisi ise true döner.

public bool IsArray { get; }

Özellik Değeri

bool

IsDateTime

Değer DateTime ise true döner.

public bool IsDateTime { get; }

Özellik Değeri

bool

IsDouble

Değer kayan nokta değeri ise true döner.

public bool IsDouble { get; }

Özellik Değeri

bool

IsField

XmpValue alan ise true döner.

public bool IsField { get; }

Özellik Değeri

bool

IsInteger

Değer tam sayı ise true döner.

public bool IsInteger { get; }

Özellik Değeri

bool

IsNamedValue

XmpValue adlandırılmış değer ise true döner.

public bool IsNamedValue { get; }

Özellik Değeri

bool

IsNamedValues

XmpValue adlandırılmış değerleri temsil ediyorsa true döner.

public bool IsNamedValues { get; }

Özellik Değeri

bool

IsRaw

Değer desteklenmiyor/bilinmiyor ve ham XML kodu sağlanmıştır.

public bool IsRaw { get; }

Özellik Değeri

bool

IsString

Değer dize ise true döner.

public bool IsString { get; }

Özellik Değeri

bool

IsStructure

XmpValue yapı temsil ediyorsa true döner.

public bool IsStructure { get; }

Özellik Değeri

bool

Metodlar

ToArray()

Diziyi döner.

public XmpValue[] ToArray()

Dönüş

XmpValue[]

Dizi değeri

ToDateTime()

Tarih saate dönüştürür.

public DateTime ToDateTime()

Dönüş

DateTime

DateTime değeri.

ToDictionary()

Adlandırılmış değerleri içeren sözlüğü döner.

public Dictionary<string, xmpvalue=""> ToDictionary()

Dönüş

Dictionary<string, XmpValue&gt;

Sözlük değeri.

ToDouble()

Double’a dönüştürür.

public double ToDouble()

Dönüş

double

Double değeri.

ToField()

XMP değerini XMP alanı olarak döner.

public XmpField ToField()

Dönüş

XmpField

Alan değeri.

ToInteger()

Tam sayıya dönüştürür.

public int ToInteger()

Dönüş

int

Tam sayı değeri.

ToNamedValue()

XMP değerini adlandırılmış değer olarak döner.

public KeyValuePair<string, xmpvalue=""> ToNamedValue()

Dönüş

KeyValuePair<string, XmpValue&gt;

Adlandırılmış değer.

ToNamedValues()

XMP değerini adlandırılmış değer koleksiyonu olarak döner.

public KeyValuePair<string, xmpvalue="">[] ToNamedValues()

Dönüş

KeyValuePair<string, XmpValue&gt;[]

Adlandırılmış koleksiyon değeri.

ToRaw()

Bilinmeyen/desteklenmeyen değerler için ham XML kodu.

public XmlNode ToRaw()

Dönüş

XmlNode

Bu değer için XML düğümü.

ToString()

XmpValue’nin dize temsilini döner.

public override string ToString()

Dönüş

string

Dize temsil.

ToString(IFormatProvider)

Dize temsilini döner.

public string ToString(IFormatProvider formatProvider)

Parametreler

formatProvider IFormatProvider

Format sağlayıcı.

Dönüş

string

Dize temsil.

ToStringValue()

Dizeye dönüştürür.

public string ToStringValue()

Dönüş

string

Dize değeri.

ToStructure()

XMP değerini yapı (alanlar seti) olarak döner.

public XmpField[] ToStructure()

Dönüş

XmpField[]

Yapı değeri.

Operatörler

explicit operator XmpValue[](XmpValue)

XmpValue’yi diziye dönüştürür.

public static explicit operator XmpValue[](XmpValue value)

Parametreler

value XmpValue

Dönüştürülecek değer.

Dönüş

XmpValue[]

XmlValue.

explicit operator object[](XmpValue)

XmpValue’yi diziye dönüştürür.

public static explicit operator object[](XmpValue value)

Parametreler

value XmpValue

Dönüştürülecek değer.

Dönüş

object[]

XmlValue.

explicit operator string(XmpValue)

XmpValue’yi dizeye dönüştürür.

public static explicit operator string(XmpValue value)

Parametreler

value XmpValue

Dönüştürülecek değer.

Dönüş

string

XmlValue.

explicit operator KeyValuePair<string, xmpvalue="">(XmpValue)

XmpValue’yi adlandırılmış değere dönüştürür.

public static explicit operator KeyValuePair<string, xmpvalue="">(XmpValue value)

Parametreler

value XmpValue

Dönüştürülecek değer.

Dönüş

KeyValuePair<string, XmpValue&gt;

XmlValue.

explicit operator KeyValuePair<string, xmpvalue="">[](XmpValue)

XmlValue’yi adlandırılmış koleksiyon değerine dönüştürür.

public static explicit operator KeyValuePair<string, xmpvalue="">[](XmpValue value)

Parametreler

value XmpValue

Dönüştürülecek değer.

Dönüş

KeyValuePair<string, XmpValue&gt;[]

XmlValue.

implicit operator XmpValue(string)

Dizeyi XmpValue’ye dönüştürür.

public static implicit operator XmpValue(string value)

Parametreler

value string

Dönüştürülecek değer.

Dönüş

XmpValue

XmlValue.

implicit operator XmpValue(int)

Tam sayıyı XmpValue’ye dönüştürür.

public static implicit operator XmpValue(int value)

Parametreler

value int

Dönüştürülecek değer.

Dönüş

XmpValue

XmlValue.

implicit operator XmpValue(double)

Double’ı XmpValue’ye dönüştürür.

public static implicit operator XmpValue(double value)

Parametreler

value double

Dönüştürülecek değer.

Dönüş

XmpValue

XmlValue.

implicit operator XmpValue(DateTime)

DateTime’ı XmpValue’ye dönüştürür.

public static implicit operator XmpValue(DateTime value)

Parametreler

value DateTime

Dönüştürülecek değer.

Dönüş

XmpValue

XmlValue.

implicit operator XmpValue(object[])

Diziyi XmpValue’ye dönüştürür.

public static implicit operator XmpValue(object[] value)

Parametreler

value object[]

Dönüştürülecek değer.

Dönüş

XmpValue

XmlValue.

 Türkçe