XmpPdfAExtensionObject Class
Represents the base class for field, property, value type instances.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class XmpPdfAExtensionObject

The XmpPdfAExtensionObject type exposes the following members.

Constructors
  NameDescription
Protected methodXmpPdfAExtensionObject
Initializes new object.
Properties
  NameDescription
Public propertyDescription
Gets the description.
Public propertyValue
Gets or sets the value.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetXml
Returns the list of xml elements that represent object in xml tree.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also