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.
[Obsolete("This property will be removed in the next release of the library. Use the GetView and SetView methods instead.")]
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.