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
Usually, the View in the result is null. It can have a value only when
the target is explicitly defined in the same (not another) document.
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.