Property OpenInNewWindow
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OpenInNewWindow
Gets or sets a value indicating whether this PdfRemoteGoToAction should open the destination document in a new window.
public bool OpenInNewWindow { get; set; }
Property Value
- bool
true
if this PdfRemoteGoToAction destination document should be opened in a new window;false
if this PdfRemoteGoToAction destination document should replace the current document in the same window.