Click or drag to resize

PdfGoToRActionNewWindow Property

Gets a flag specifying whether to open the destination document in a new window. If this flag is false, the destination document replaces the current document in the same window. If this property is null, the viewer application should behave in accordance with the current user preference.

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public bool? NewWindow { get; set; }

Property Value

NullableBoolean
See Also