Property View
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
View
Gets or sets the view to display as the result of this PdfRemoteGoToAction.
[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 PdfRemoteGoToAction.
Remarks
The value is always null
when a view is referenced by name.
Check the ViewName property in such cases.