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

    Removes a string value from the collection of language alternatives.

    Namespace: DevExpress.Pdf.Xmp

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

    Declaration

    public bool Remove(
        string language
    )

    Parameters

    Name Type Description
    language String

    A language identifier.

    Returns

    Type Description
    Boolean

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

    See Also