Table of Contents

Method GetViews

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

GetViews()

Returns an enumerable collection of document views used in this document.

public IEnumerable<PdfDocumentView> GetViews()

Returns

IEnumerable<PdfDocumentView>

An enumerable collection of document views used in this document.

Remarks

The returned collection contains only document views referenced by PDF objects like annotations and controls.

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