Table of Contents

Method GetViews

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

GetViews()

Returns the enumerator that iterates through the collection of document views added to this document.

public IEnumerable<PdfDocumentView> GetViews()

Returns

IEnumerable<PdfDocumentView>

The enumerator that can be used to iterate through the collection of document views added to this document.