Interface XMPProperty
- Namespace
- iText.Kernel.XMP.Properties
- Assembly
- itext.kernel.dll
This interface is used to return a text property together with its and options.
public interface XMPProperty
Methods
GetLanguage()
Only set by GetLocalizedText(string, string, string, string).
string GetLanguage()
Returns
- string
Returns the language of the alt-text item.
GetOptions()
PropertyOptions GetOptions()
Returns
- PropertyOptions
Returns the options of the property.
GetValue()
string GetValue()
Returns
- string
Returns the value of the property.