Table of Contents

Method GetView

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

GetView()

Gets the pair containing the view and its name. The pair describes the view to display as the result of the action.

public (PdfDocumentView? View, string? Name) GetView()

Returns

(PdfDocumentView View, string Name)

The pair that describes the view to display as the result of the action.

Remarks

In the result, the View can be null when there is no view yet for the specified view name.

In the result, the Name can be null for an explicitly defined view.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.