PdfPackage Class

Represents Adobe Pdf namespace.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.XmpXmpPackage
    Aspose.CAD.Xmp.Schemas.PdfPdfPackage

Namespace:  Aspose.CAD.Xmp.Schemas.Pdf
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class PdfPackage : XmpPackage

The PdfPackage type exposes the following members.

Constructors
  NameDescription
Public methodPdfPackage
Initializes a new instance of the PdfPackage class.
Properties
  NameDescription
Public propertyItem
Gets or sets the Object with the specified key.
(Inherited from XmpPackage.)
Public propertyKeys
Gets the keys in XMP package.
(Inherited from XmpPackage.)
Public propertyNamespaceUri
Gets the namespace URI.
(Inherited from XmpPackage.)
Public propertyPrefix
Gets the prefix.
(Inherited from XmpPackage.)
Public propertyXmlNamespace
Gets the XML namespace.
(Inherited from XmpPackage.)
Methods
  NameDescription
Public methodAddValue
Adds string property.
(Overrides XmpPackageAddValue(String, String).)
Public methodClear
Clears this instance.
(Inherited from XmpPackage.)
Public methodContainsKey
Determines whether the specified key contains key.
(Inherited from XmpPackage.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from XmpPackage.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmlValue
Converts XMP value to the XML representation.
(Inherited from XmpPackage.)
Public methodRemove
Remove the value with the specified key.
(Inherited from XmpPackage.)
Public methodSetKeywords
Sets the keywords.
Public methodSetPdfVersion
Sets the PDF version.
Public methodSetProducer
Sets the name of the tool that created Pdf.
Public methodSetTrapped
Sets the trapped.
Public methodSetValue
Sets the value.
(Inherited from XmpPackage.)
Public methodSetXmpTypeValue
Sets the XMP type value.
(Inherited from XmpPackage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also