PdfEmbeddedGoToAction
IsNewWindow Property
|
Indicates the target document should be opened in a new window or not.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
Boolean
See Also