Skip to main content
All docs
V25.1
  • CustomProperties.GetEnumerator() Method

    Returns an enumerator that iterates through the CustomProperties instance.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

    Returns

    Type Description
    IEnumerator<KeyValuePair<String, String>>

    A IEnumerator for the CustomProperties instance.’

    Implements

    See Also