Table of Contents

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()

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.