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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
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