Skip to main content
All docs
V23.2

CustomProperties.GetEnumerator() Method

Returns an enumerator that iterates through the CustomProperties instance.

Namespace: DevExpress.Pdf.Xmp

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