Table of Contents

Method GetPatterns

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

GetPatterns()

Returns an enumerable collection of patterns used in this document.

public IEnumerable<PdfPattern> GetPatterns()

Returns

IEnumerable<PdfPattern>

An enumerable collection of patterns used in this document.

Remarks

The returned collection contains only patterns referenced by PDF objects like pages.

When you save the document with the RemoveUnusedObjects property set to true, all unused patterns will be removed.