Indicates the target document should be opened in a new window or not.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool IsNewWindow { get; set; }
Public Property IsNewWindow As Boolean Get Set
public: property bool IsNewWindow { bool get (); void set (bool value); }
member IsNewWindow : bool with get, set