Class XmpValue
Namespace: Aspose.Page.EPS.XMP
Assembly: Aspose.Page.dll (25.1.2)
XMP değerini temsil eder
public class XmpValue
Miras
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
IsDateTime
Değer DateTime ise true döner.
public bool IsDateTime { get; }
Özellik Değeri
IsDouble
Değer kayan nokta değeri ise true döner.
public bool IsDouble { get; }
Özellik Değeri
IsField
XmpValue alan ise true döner.
public bool IsField { get; }
Özellik Değeri
IsInteger
Değer tam sayı ise true döner.
public bool IsInteger { get; }
Özellik Değeri
IsNamedValue
XmpValue adlandırılmış değer ise true döner.
public bool IsNamedValue { get; }
Özellik Değeri
IsNamedValues
XmpValue adlandırılmış değerleri temsil ediyorsa true döner.
public bool IsNamedValues { get; }
Özellik Değeri
IsRaw
Değer desteklenmiyor/bilinmiyor ve ham XML kodu sağlanmıştır.
public bool IsRaw { get; }
Özellik Değeri
IsString
Değer dize ise true döner.
public bool IsString { get; }
Özellik Değeri
IsStructure
XmpValue yapı temsil ediyorsa true döner.
public bool IsStructure { get; }
Özellik Değeri
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 değeri.
ToDictionary()
Adlandırılmış değerleri içeren sözlüğü döner.
public Dictionary<string, xmpvalue=""> ToDictionary()
Dönüş
Dictionary<string, XmpValue>
Sözlük değeri.
ToDouble()
Double’a dönüştürür.
public double ToDouble()
Dönüş
Double değeri.
ToField()
XMP değerini XMP alanı olarak döner.
public XmpField ToField()
Dönüş
Alan değeri.
ToInteger()
Tam sayıya dönüştürür.
public int ToInteger()
Dönüş
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>
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>[]
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üş
Dize temsil.
ToString(IFormatProvider)
Dize temsilini döner.
public string ToString(IFormatProvider formatProvider)
Parametreler
formatProvider
IFormatProvider
Format sağlayıcı.
Dönüş
Dize temsil.
ToStringValue()
Dizeye dönüştürür.
public string ToStringValue()
Dönüş
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üş
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>
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>[]
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üş
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üş
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üş
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üş
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üş
XmlValue.