Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionLaunch Class / NewWindow Property

In This Topic
    NewWindow Property (ActionLaunch)
    In This Topic
    Gets or sets a value indicating whether to open the destination document in a new window. This property is ignored if this action is not a PDF document.
    Syntax
    'Declaration
     
    Public Property NewWindow As System.Boolean
    public System.bool NewWindow {get; set;}
    See Also