Aspose::Page::EPS::XMP::XmpMetadata Class Referencefinal

Provides access to XMP metadata stream. More...

Inherits System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >.

Public Member Functions

ASPOSE_PAGE_SHARED_API bool get_IsFixedSize () const
 Checks if colleciton has fixed size. More...
 
ASPOSE_PAGE_SHARED_API bool get_IsReadOnly () const override
 Checks if collection is read-only. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::ICollection< System::String > > get_Keys () const override
 Gets collection of metadata keys. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< XmpValue > > > get_Values () const override
 Gets values in the metadata. More...
 
ASPOSE_PAGE_SHARED_API int32_t get_Count () const override
 Gets count of elements in the collection. More...
 
ASPOSE_PAGE_SHARED_API bool get_IsSynchronized ()
 Checks if collection is synchronized. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Objectget_SyncRoot () const
 Gets collection synchronization object. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Xml::XmlNamespaceManagerget_NamespaceManager ()
 Gets namespace manager. More...
 
ASPOSE_PAGE_SHARED_API void RegisterNamespaceUri (System::String prefix, System::String namespaceUri)
 Registers namespace URI. More...
 
ASPOSE_PAGE_SHARED_API void RegisterNamespaceUri (System::String prefix, System::String namespaceUri, System::String schemaDescription)
 Registers namespace URI. More...
 
ASPOSE_PAGE_SHARED_API System::String GetNamespaceUriByPrefix (System::String prefix)
 Returns namespace URI by prefix. More...
 
ASPOSE_PAGE_SHARED_API System::String GetPrefixByNamespaceUri (System::String namespaceUri)
 Returns prefix by namespace URI. More...
 
ASPOSE_PAGE_SHARED_API void Add (const System::String &key, const System::SharedPtr< XmpValue > &value) override
 Adds value to metadata. More...
 
ASPOSE_PAGE_SHARED_API void Add (const System::String &key, const System::SharedPtr< System::Object > &value)
 Adds value to metadata. More...
 
ASPOSE_PAGE_SHARED_API void Clear () override
 Clears metadata. More...
 
ASPOSE_PAGE_SHARED_API bool Contains (const System::String &key) const
 Checks does key is contained in metadata. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< System::Collections::Generic::IEnumerator< System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue > > > > GetEnumerator () override
 Returns dictionary enumerator. More...
 
ASPOSE_PAGE_SHARED_API bool Remove (const System::String &key) override
 Removes entry from metadata. More...
 
ASPOSE_PAGE_SHARED_API System::SharedPtr< XmpValueidx_get (const System::String &key) const override
 Gets data from metadata. More...
 
ASPOSE_PAGE_SHARED_API void idx_set (const System::String &key, System::SharedPtr< XmpValue > value) override
 Sets data from metadata. More...
 
ASPOSE_PAGE_SHARED_API void CopyTo (System::ArrayPtr< System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >>> array, int32_t index) override
 Copies elements of the collection into array. More...
 
ASPOSE_PAGE_SHARED_API bool ContainsKey (const System::String &key) const override
 Determines does this dictionary contasins specified key. More...
 
ASPOSE_PAGE_SHARED_API bool TryGetValue (const System::String &key, System::SharedPtr< XmpValue > &value) const override
 Tries to find key in the dictionary and retreives value if found. More...
 
ASPOSE_PAGE_SHARED_API void Add (const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &item) override
 Adds pair with key and value into the dictionary. More...
 
ASPOSE_PAGE_SHARED_API void AddArrayItem (System::String arrayKey, System::SharedPtr< XmpValue > value)
 Adds value into an array. The value will be added at the end of the array. More...
 
ASPOSE_PAGE_SHARED_API void AddArrayItem (System::String arrayKey, int32_t index, System::SharedPtr< XmpValue > value)
 Adds value into an array by specified index. More...
 
ASPOSE_PAGE_SHARED_API void SetArrayItem (System::String arrayKey, int32_t index, System::SharedPtr< XmpValue > value)
 Sets value in an array. Previous value will be replaced with new one. More...
 
ASPOSE_PAGE_SHARED_API void AddNamedValue (System::String structureKey, System::String valueKey, System::SharedPtr< XmpValue > value)
 Adds named value into a structure. More...
 
ASPOSE_PAGE_SHARED_API void SetNamedValue (System::String structureKey, System::String valueKey, System::SharedPtr< XmpValue > value)
 Sets named value into a structure. Previous named value, if already exists, will be replaced with new one. More...
 
ASPOSE_PAGE_SHARED_API bool Contains (const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &item) const override
 Checks does specified key-value pair is contained in the dictionary. More...
 
ASPOSE_PAGE_SHARED_API bool Remove (const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &item) override
 Removes key/value pair from the colleciton. More...
 
- Public Member Functions inherited from System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >
bool get_IsFixedSize () const
 
bool get_IsSynchronized () const
 
virtual void CopyTo (ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >> arr, int index) override
 
virtual System::SharedPtr< Aspose::Page::EPS::XMP::XmpValueGetValueOrDefault (const System::String &key) const
 Returns value if found; or Value() otherwise. More...
 
virtual System::SharedPtr< Aspose::Page::EPS::XMP::XmpValueGetValueOrDefault (const System::String &key, const System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > &defaultValue) const
 Returns value if found; or defaultValue otherwise. More...
 
virtual System::SharedPtr< Aspose::Page::EPS::XMP::XmpValueGetValueOrNull (const System::String &key) const
 Returns value if found; or null otherwise, make sense only for reference types. More...
 
- Public Member Functions inherited from System::Collections::Generic::ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
virtual void Add (const KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > &item)=0
 
virtual bool Contains (const KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > &item) const=0
 
virtual bool Remove (const KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > &item)=0
 
virtual void CopyTo (System::ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > array, int arrayIndex)=0
 
ICollectionoperator= (ICollection &&) noexcept
 
ICollectionoperator= (const ICollection &)
 
 ICollection ()
 Default constructor. More...
 
 ICollection (const ICollection &)
 Copy constructor. More...
 
 ICollection (ICollection &&) noexcept
 Move constructor. More...
 
virtual ~ICollection ()
 Destructor. More...
 
SharedPtr< Objectget_SyncRoot () const
 Gets the object the collection is being synchronized through. More...
 
- Public Member Functions inherited from System::Collections::Generic::IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_ElementAt (int index)
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_First ()
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_First (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, bool > &predicate)
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_FirstOrDefault ()
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_FirstOrDefault (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >)> predicate)
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_Last ()
 
KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > LINQ_LastOrDefault ()
 
SharedPtr< List< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > LINQ_ToList ()
 
int LINQ_Count ()
 
int LINQ_Count (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, bool > &predicate)
 
System::ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > LINQ_ToArray ()
 
bool LINQ_All (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >)> predicate)
 
bool LINQ_Any ()
 
bool LINQ_Any (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >)> predicate)
 
SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > LINQ_Where (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >)> predicate)
 
bool LINQ_Contains (KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > value)
 
SharedPtr< IEnumerable< ResultType > > LINQ_Cast ()
 
SharedPtr< IEnumerable< Result > > LINQ_Cast ()
 
SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > LINQ_OrderBy (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, Key > &keySelector)
 
SharedPtr< IEnumerable< Source > > LINQ_OrderBy (const Func< Source, Key > &keySelector)
 
SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > LINQ_OrderByDescending (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, Key > &keySelector)
 
SharedPtr< IEnumerable< Source > > LINQ_OrderByDescending (const Func< Source, Key > &keySelector)
 
SharedPtr< IEnumerable< ResultType > > LINQ_OfType ()
 
SharedPtr< IEnumerable< Result > > LINQ_OfType ()
 
SharedPtr< IEnumerable< ResultType > > LINQ_Select (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, ResultType > &selector)
 
SharedPtr< IEnumerable< ResultType > > LINQ_Select (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, int32_t, ResultType > &selector)
 
SharedPtr< IEnumerable< Result > > LINQ_Select (const Func< Source, Result > &selector)
 
SharedPtr< IEnumerable< Result > > LINQ_Select (const Func< Source, int32_t, Result > &selector)
 
SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > LINQ_Concat (SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >> sequence)
 
System::SharedPtr< IEnumerable< System::SharedPtr< System::Linq::IGrouping< Key, KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > > > > LINQ_GroupBy (System::Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, Key > keyPredicate)
 
SharedPtr< IEnumerable< SharedPtr< System::Linq::IGrouping< Key, Source > > > > LINQ_GroupBy (System::Func< Source, Key > keyPredicate)
 
SharedPtr< IEnumerable< ResultType > > LINQ_SelectMany (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >, SharedPtr< IEnumerable< ResultType >>> &selector)
 
SharedPtr< IEnumerable< Result > > LINQ_SelectMany (const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
virtual virtualized_iteratorvirtualizeBeginIterator ()
 
virtual virtualized_iteratorvirtualizeEndIterator ()
 
virtual virtualized_iteratorvirtualizeBeginConstIterator () const
 
virtual virtualized_iteratorvirtualizeEndConstIterator () const
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Protected Member Functions

 XmpMetadata (System::SharedPtr< System::IO::Stream > stream)
 Constructor of the XmpMetadata. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (XmpMetadata, CODEPORTING_ARGS(System::SharedPtr< System::IO::Stream > stream))
 
 XmpMetadata (System::SharedPtr< XmpDataCollection > _data)
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (XmpMetadata, CODEPORTING_ARGS(System::SharedPtr< XmpDataCollection > _data))
 
 XmpMetadata ()
 Creates empty metadata object. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (XmpMetadata, CODEPORTING_ARGS())
 
System::SharedPtr< XmpDataCollection > GetData ()
 Returns XmpDataCollection object. More...
 
virtual ASPOSE_PAGE_SHARED_API ~XmpMetadata ()
 
- Protected Member Functions inherited from System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >
 ~IDictionary () override
 Destructor. More...
 
virtual SharedPtr< ICollection< System::String > > get_KeysInternal () const
 Implementation of get_Keys() method. More...
 
virtual SharedPtr< ICollection< System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > get_ValuesInternal () const
 Implementation of get_Values() method. More...
 
- Protected Member Functions inherited from System::Collections::Generic::IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
 ~IEnumerable () override
 Destructor. More...
 
virtualized_iteratorGetEnumeratorAsVirtualizedIterator ()
 
virtualized_iteratorGetEnumeratorAsVirtualizedIterator () const
 

Additional Inherited Members

- Public Types inherited from System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >
typedef ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > BaseType
 Base interface type. More...
 
typedef KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > KeyValuePairType
 Key value pair type. More...
 
- Public Types inherited from System::Collections::Generic::ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
typedef KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > ValueType
 Value type name. More...
 
typedef ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > ThisType
 Collection type name. More...
 
- Public Types inherited from System::Collections::Generic::IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
typedef IEnumerator< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > > IEnumeratorType
 Enumerator type. More...
 
using ValueType = KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >
 
using iterator = System::Details::VirtualizedIterator< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
 Iterator type. More...
 
using const_iterator = System::Details::VirtualizedConstIterator< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
 Const iterator type. More...
 
using virtualized_iterator = System::Details::VirtualizedIteratorBase< KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > > >
 Inner iterator base type. More...
 
using virtualized_iterator_element = KeyValuePair< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >
 Inner iterator element type. More...
 
- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Detailed Description

Provides access to XMP metadata stream.

Constructor & Destructor Documentation

◆ XmpMetadata() [1/3]

Aspose::Page::EPS::XMP::XmpMetadata::XmpMetadata ( System::SharedPtr< System::IO::Stream stream)
protected

Constructor of the XmpMetadata.

Parameters
stream

◆ XmpMetadata() [2/3]

Aspose::Page::EPS::XMP::XmpMetadata::XmpMetadata ( System::SharedPtr< XmpDataCollection >  _data)
protected

◆ XmpMetadata() [3/3]

Aspose::Page::EPS::XMP::XmpMetadata::XmpMetadata ( )
protected

Creates empty metadata object.

◆ ~XmpMetadata()

virtual ASPOSE_PAGE_SHARED_API Aspose::Page::EPS::XMP::XmpMetadata::~XmpMetadata ( )
protectedvirtual

Member Function Documentation

◆ Add() [1/3]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::Add ( const System::String key,
const System::SharedPtr< XmpValue > &  value 
)
overridevirtual

Adds value to metadata.

Parameters
keyThe key to add.
valueValue which will be added.

Implements System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >.

◆ Add() [2/3]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::Add ( const System::String key,
const System::SharedPtr< System::Object > &  value 
)

Adds value to metadata.

Parameters
keyThe key to add.
valueValue which will be added.

◆ Add() [3/3]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::Add ( const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &  item)
override

Adds pair with key and value into the dictionary.

Parameters
itemItem to be added.

◆ AddArrayItem() [1/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem ( System::String  arrayKey,
System::SharedPtr< XmpValue value 
)

Adds value into an array. The value will be added at the end of the array.

Parameters
arrayKeyKey of the array to search in the dictionary.
valueValue to add into the array.

◆ AddArrayItem() [2/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem ( System::String  arrayKey,
int32_t  index,
System::SharedPtr< XmpValue value 
)

Adds value into an array by specified index.

Parameters
arrayKeyKey of the array to search in the dictionary.
indexIndex of new value in the array.
valueValue to add into the array.

◆ AddNamedValue()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::AddNamedValue ( System::String  structureKey,
System::String  valueKey,
System::SharedPtr< XmpValue value 
)

Adds named value into a structure.

Parameters
structureKeyKey of the structure to search in the dictionary.
valueKeyName of the value to add into the struture.
valueValue to add into the struture.

◆ Clear()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::Clear ( )
overridevirtual

◆ Contains() [1/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::Contains ( const System::String key) const

Checks does key is contained in metadata.

Parameters
keyThe key of entry to find.
Returns
True if key is contained in the metadata.

◆ Contains() [2/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::Contains ( const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &  item) const
override

Checks does specified key-value pair is contained in the dictionary.

Parameters
itemKey-value pair.
Returns
true if this pauir was found.

◆ ContainsKey()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::ContainsKey ( const System::String key) const
overridevirtual

Determines does this dictionary contasins specified key.

Parameters
keyKey to search in the dictionary.
Returns
true if key is found.

Implements System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >.

◆ CopyTo()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::CopyTo ( System::ArrayPtr< System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >>>  array,
int32_t  index 
)
override

Copies elements of the collection into array.

Parameters
arrayDestination array.
indexStarting index.

◆ get_Count()

ASPOSE_PAGE_SHARED_API int32_t Aspose::Page::EPS::XMP::XmpMetadata::get_Count ( ) const
overridevirtual

◆ get_IsFixedSize()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::get_IsFixedSize ( ) const

Checks if colleciton has fixed size.

◆ get_IsReadOnly()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::get_IsReadOnly ( ) const
overridevirtual

◆ get_IsSynchronized()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::get_IsSynchronized ( )

Checks if collection is synchronized.

◆ get_Keys()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Collections::Generic::ICollection<System::String> > Aspose::Page::EPS::XMP::XmpMetadata::get_Keys ( ) const
overridevirtual

◆ get_NamespaceManager()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Xml::XmlNamespaceManager> Aspose::Page::EPS::XMP::XmpMetadata::get_NamespaceManager ( )

Gets namespace manager.

◆ get_SyncRoot()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Object> Aspose::Page::EPS::XMP::XmpMetadata::get_SyncRoot ( ) const

Gets collection synchronization object.

◆ get_Values()

ASPOSE_PAGE_SHARED_API System::SharedPtr<System::Collections::Generic::ICollection<System::SharedPtr<XmpValue> > > Aspose::Page::EPS::XMP::XmpMetadata::get_Values ( ) const
overridevirtual

◆ GetData()

System::SharedPtr<XmpDataCollection> Aspose::Page::EPS::XMP::XmpMetadata::GetData ( )
protected

Returns XmpDataCollection object.

Returns
XmpMetadata object.

◆ GetEnumerator()

◆ GetNamespaceUriByPrefix()

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::XMP::XmpMetadata::GetNamespaceUriByPrefix ( System::String  prefix)

Returns namespace URI by prefix.

Parameters
prefixThe value of prefix.
Returns
The value of namespace URI.

◆ GetPrefixByNamespaceUri()

ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::XMP::XmpMetadata::GetPrefixByNamespaceUri ( System::String  namespaceUri)

Returns prefix by namespace URI.

Parameters
namespaceUriNamespace URI.
Returns
The value of prefix.

◆ idx_get()

ASPOSE_PAGE_SHARED_API System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpMetadata::idx_get ( const System::String key) const
overridevirtual

◆ idx_set()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::idx_set ( const System::String key,
System::SharedPtr< XmpValue value 
)
overridevirtual

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [1/3]

Aspose::Page::EPS::XMP::XmpMetadata::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( XmpMetadata  ,
CODEPORTING_ARGS(System::SharedPtr< System::IO::Stream > stream)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [2/3]

Aspose::Page::EPS::XMP::XmpMetadata::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( XmpMetadata  ,
CODEPORTING_ARGS(System::SharedPtr< XmpDataCollection > _data)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [3/3]

Aspose::Page::EPS::XMP::XmpMetadata::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( XmpMetadata  ,
CODEPORTING_ARGS()   
)
protected

◆ RegisterNamespaceUri() [1/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri ( System::String  prefix,
System::String  namespaceUri 
)

Registers namespace URI.

Parameters
prefixThe value of prefix.
namespaceUriThe value of namespace URI.

◆ RegisterNamespaceUri() [2/2]

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::RegisterNamespaceUri ( System::String  prefix,
System::String  namespaceUri,
System::String  schemaDescription 
)

Registers namespace URI.

Parameters
prefixThe value of prefix.
namespaceUriThe value of namespace URI.
schemaDescriptionThe value of schema description.

◆ Remove() [1/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::Remove ( const System::String key)
overridevirtual

Removes entry from metadata.

Parameters
keyThe key of entry to remove.
Returns
True - if key removed; otherwise, false.

Implements System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >.

◆ Remove() [2/2]

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::Remove ( const System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> &  item)
override

Removes key/value pair from the colleciton.

Parameters
itemKey/value pair to be removed.
Returns
true if pair was found and removed.

◆ SetArrayItem()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::SetArrayItem ( System::String  arrayKey,
int32_t  index,
System::SharedPtr< XmpValue value 
)

Sets value in an array. Previous value will be replaced with new one.

Parameters
arrayKeyKey of the array to search in the dictionary.
indexIndex of new value in the array.
valueValue to set in the array.

◆ SetNamedValue()

ASPOSE_PAGE_SHARED_API void Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue ( System::String  structureKey,
System::String  valueKey,
System::SharedPtr< XmpValue value 
)

Sets named value into a structure. Previous named value, if already exists, will be replaced with new one.

Parameters
structureKeyKey of the structure to search in the dictionary.
valueKeyName of the value to set into the struture.
valueValue to set into the struture.

◆ TryGetValue()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::XmpMetadata::TryGetValue ( const System::String key,
System::SharedPtr< XmpValue > &  value 
) const
overridevirtual

Tries to find key in the dictionary and retreives value if found.

Parameters
keyKey to search in the dictionary.
valueRetreived value.
Returns
true if key was found.

Implements System::Collections::Generic::IDictionary< System::String, System::SharedPtr< Aspose::Page::EPS::XMP::XmpValue > >.