Gets or sets a value indicating whether to open the destination document in
a new window.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool OpenInNewWindow { get; set; }
VB
Public Property OpenInNewWindow As Boolean
Get
Set
Property Value
Type:
Booleantrue if the destination document should be opened in a new window;
false if the destination document should replace the current document
in the same window.
See Also