Interface XMPPropertyInfo
- Namespace
- iText.Kernel.XMP.Properties
- Assembly
- itext.kernel.dll
This interface is used to return a property together with its path and namespace.
public interface XMPPropertyInfo : XMPProperty
- Inherited Members
Remarks
This interface is used to return a property together with its path and namespace.
It is returned when properties are iterated with the XMPIterator
.
Methods
GetNamespace()
string GetNamespace()
Returns
- string
Returns the namespace of the property
GetPath()
string GetPath()
Returns
- string
Returns the path of the property, but only if returned by the iterator.