Returns the enumerator that iterates through the collection of patterns in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public IEnumerable<PdfPattern> GetPatterns()
VB
Public Function GetPatterns As IEnumerable(Of PdfPattern)
Return Value
Type:
IEnumerable<
PdfPattern>
The enumerator that can be used to iterate through the collection of
patterns in this document.
See Also