Skip to main content
All docs
V26.1
  • XmpLanguageAlternative.SetString(String, String) Method

    Adds a string value to the collection of language alternatives.

    Namespace: DevExpress.Pdf.Xmp

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

    Declaration

    public bool SetString(
        string language,
        string value
    )

    Parameters

    Name Type Description
    language String

    A language identifier.

    value String

    A string value.

    Returns

    Type Description
    Boolean

    true if the value is added successfully; otherwise, false.

    See Also