iText 5

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

Type

Name

Methods

string

Namespace

get

string

Path

get

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