Skip to main content
Skip table of contents

IXmpProperty

IXmpProperty Public interface

Description

This interface is used to return a text property together with its and options.

        @since   23.01.2006

Diagram

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

Members

Properties

Public properties
TypeNameMethods
stringLanguage
Only set by .
get
PropertyOptionsOptionsget
stringValueget

Details

Summary

This interface is used to return a text property together with its and options.

        @since   23.01.2006

Properties

Value
public string Value { get; }
Options
public PropertyOptions Options { get; }
Language
public string Language { get; }
Summary

Only set by .

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.