Skip to main content
Skip table of contents

IXmpPropertyInfo

IXmpPropertyInfo Public interface

Description

This interface is used to return a property together with its path and namespace. It is returned when properties are iterated with the ...

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp.properties
  iTextSharp.xmp.properties.IXmpPropertyInfo[[IXmpPropertyInfo]]
  class iTextSharp.xmp.properties.IXmpPropertyInfo interfaceStyle;
  iTextSharp.xmp.properties.IXmpProperty[[IXmpProperty]]
  class iTextSharp.xmp.properties.IXmpProperty interfaceStyle;
  end
iTextSharp.xmp.properties.IXmpProperty --> iTextSharp.xmp.properties.IXmpPropertyInfo

Members

Properties

Public properties
TypeNameMethods
stringNamespaceget
stringPathget

Details

Summary

This interface is used to return a property together with its path and namespace. It is returned when properties are iterated with the

XMPIterator

Inheritance

Properties

Namespace
public string Namespace { get; }
Path
public string Path { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.