Click or drag to resize

MultipleBordersGetEnumerator Method

Returns an enumerator that iterates through all SingleBorders supported in this MultipleBorders instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerator GetEnumerator()

Return Value

IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also