Skip to main content
All docs
V24.1

CustomProperties.GetEnumerator() Method

Returns an enumerator that iterates through the CustomProperties instance.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.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.’

See Also