Skip to main content
All docs
V24.1

XmpLanguageAlternative.AddString(String, String) Method

Adds a string in the specified language to the array.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public void AddString(
    string value,
    string language
)

Parameters

Name Type Description
value String

The string value.

language String

The value language.

See Also