Skip to main content
All docs
V23.2

XmpLanguageAlternative.AddString(String, String) Method

Adds a string in the specified language to the array.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.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