Aspose::Page::EPS::XMP Namespace Reference

Classes

class  NamespaceDoc
 The Aspose.Page.EPS.XMP namespace provides classes for reading, changing XMP metadata in EPS files. More...
 
class  XmpField
 Represents XMP field. More...
 
class  XmpMetadata
 Provides access to XMP metadata stream. More...
 
class  XmpValue
 Represents XMP value More...
 

Enumerations

enum  XmpFieldType {
  XmpFieldType::Struct, XmpFieldType::Array, XmpFieldType::Property, XmpFieldType::Packet,
  XmpFieldType::Unknown
}
 This enum represents types of a XMP field. More...
 

Functions

ASPOSE_PAGE_SHARED_API bool operator== (const System::SharedPtr< XmpField > &field1, const System::SharedPtr< XmpField > &field2)
 
ASPOSE_PAGE_SHARED_API bool operator!= (const System::SharedPtr< XmpField > &field1, const System::SharedPtr< XmpField > &field2)
 

Enumeration Type Documentation

◆ XmpFieldType

This enum represents types of a XMP field.

Enumerator
Struct 

This type represents a structure.

Array 

This type represents a array.

Property 

This type represents a property.

Packet 

This type represents a packet.

Unknown 

This field represents an unknown type.

Function Documentation

◆ operator!=()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::operator!= ( const System::SharedPtr< XmpField > &  field1,
const System::SharedPtr< XmpField > &  field2 
)

◆ operator==()

ASPOSE_PAGE_SHARED_API bool Aspose::Page::EPS::XMP::operator== ( const System::SharedPtr< XmpField > &  field1,
const System::SharedPtr< XmpField > &  field2 
)