PdfDocument.GetViews Method

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IEnumerable<PdfDocumentView> GetViews()
VB
Public Function GetViews As IEnumerable(Of PdfDocumentView)

Return Value

Type: IEnumerable<PdfDocumentView>
The enumerator that can be used to iterate through the collection of document views added to this document.

See Also