Property View
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
View
Gets or sets the view to display as the result of this PdfGoToAction.
public PdfDocumentView? View { get; set; }
Property Value
- PdfDocumentView
The view to display as the result of this PdfGoToAction.
Remarks
The value can be null
when a view is referenced by name but does not exist yet.
Check the ViewName property in such cases.