Table of Contents

Property this

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

this[string]

Gets the view by name.

public PdfDocumentView? this[string name] { get; }

Parameters

name string

The view name.

Property Value

PdfDocumentView

The view for the given name or null if the view is not found.