PdfPackage class

PdfPackage class

Represents Adobe Pdf namespace.

Inheritance: PdfPackageXmpPackage

The PdfPackage type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the PdfPackage class.

Properties

PropertyDescription
xml_namespaceGets the XML namespace.
prefixGets the prefix.
namespace_uriGets the namespace URI.

Methods

MethodDescription
contains_keyDetermines whether the specified key contains key.
add_valueAdds string property.
removeRemove the value with the specified key.
clearClears this instance.
set_valueSets the value.
set_xmp_type_valueSets the XMP type value.
get_xml_valueConverts XMP value to the XML representation.
set_keywordsSets the keywords.
set_pdf_versionSets the PDF version.
set_producerSets the name of the tool that created Pdf.
set_trappedSets the trapped.

See Also