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
Type | Name | Methods |
---|---|---|
string | Language Only set by . | get |
PropertyOptions | Options | get |
string | Value | get |
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