Table of Contents

Class PdfDocumentViewCollection

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

Collection of the named views.

public sealed class PdfDocumentViewCollection : IEnumerable<KeyValuePair<string, PdfDocumentView>>, IEnumerable
Inheritance
PdfDocumentViewCollection
Implements
Inherited Members

Remarks

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Properties

this[string]

Gets the view by name.

Methods

Add(string, PdfDocumentView)

Adds the view to the PdfDocumentViewCollection.

Clear()

Removes all elements from the PdfDocumentViewCollection.

Get(string)

Gets the view by name.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Remove(string)

Removes the first occurrence of the view with the given name.