Aspose::Page::EPS::XMP::XmpMetadata sınıfı

XmpMetadata class

XMP meta veri akışına erişim sağlar.

class XmpMetadata : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<XmpValue>>

Yöntemler

YöntemAçıklama
Add(const System::String&, const System::SharedPtr<XmpValue>&) overrideMeta veriye değer ekler.
Add(const System::String&, const System::SharedPtr<System::Object>&)Meta veriye değer ekler.
Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) overrideSözlüğe anahtar ve değer çifti ekler.
AddArrayItem(System::String, System::SharedPtr<XmpValue>)Bir diziye değer ekler. Değer dizinin sonuna eklenecektir.
AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>)Belirtilen indeksle bir diziye değer ekler.
AddNamedValue(System::String, System::String, System::SharedPtr<XmpValue>)Yapıya adlandırılmış değer ekler.
Clear() overrideMeta veriyi temizler.
Contains(const System::String&) constAnahtarın meta veride bulunup bulunmadığını denetler.
Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const overrideBelirtilen anahtar-değer çiftinin sözlükte bulunup bulunmadığını denetler.
ContainsKey(const System::String&) const overrideBu sözlüğün belirtilen anahtarı içerip içermediğini belirler.
CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>>, int32_t) overrideKoleksiyonun öğelerini diziye kopyalar.
get_Count() const overrideKoleksiyondaki öğe sayısını alır.
get_IsFixedSize() constKoleksiyonun sabit boyuta sahip olup olmadığını denetler.
get_IsReadOnly() const overrideKoleksiyonun yalnızca okunur olup olmadığını denetler.
get_IsSynchronized()Koleksiyonun senkronize olup olmadığını denetler.
get_Keys() const overrideMeta veri anahtarlarının koleksiyonunu alır.
get_NamespaceManager()Ad alanı yöneticisini alır.
get_SyncRoot() constKoleksiyon senkronizasyon nesnesini alır.
get_Values() const overrideMeta verideki değerleri alır.
GetEnumerator() overrideSözlük yineleyicisini döndürür.
GetNamespaceUriByPrefix(System::String)Önek ile ad alanı URI’sini döndürür.
GetPrefixByNamespaceUri(System::String)Namespace URI’sine göre önek döndürür.
idx_get(const System::String&) const overrideMeta veriden veri alır.
idx_set(const System::String&, System::SharedPtr<XmpValue>) overrideMeta veriden veri ayarlar.
RegisterNamespaceUri(System::String, System::String)Namespace URI’sini kaydeder.
RegisterNamespaceUri(System::String, System::String, System::String)Namespace URI’sini kaydeder.
Remove(const System::String&) overrideMeta veriden girişi kaldırır.
Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) overrideKoleksiyondan anahtar/değer çiftini kaldırır.
SetArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>)Bir dizide değeri ayarlar. Önceki değer yeniyle değiştirilecektir.
SetNamedValue(System::String, System::String, System::SharedPtr<XmpValue>)Yapıya adlandırılmış bir değer ayarlar. Önceden var olan aynı adlandırılmış değer yeniyle değiştirilecektir.
TryGetValue(const System::String&, System::SharedPtr<XmpValue>&) const overrideSözlükte anahtarı bulmaya çalışır ve bulunursa değeri getirir.

Ayrıca Bakınız