Table of Contents

Method GetPatterns

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetPatterns()

Returns the enumerator that iterates through the collection of patterns in this document.

public IEnumerable<PdfPattern> GetPatterns()

Returns

IEnumerable<PdfPattern>

The enumerator that can be used to iterate through the collection of patterns in this document.