[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionLaunch

ActionLaunch Class

Defines a launch action launches an application or opens or prints a document.

Inheritance
ActionLaunch
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionLaunch : ActionBase, IPdfDict
Public Class ActionLaunch
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionLaunch()

Initializes a new instance of the ActionLaunch class.

Properties

Name Description
File

Gets or sets the FileSpecification object defining application to be launched or the document to be opened or printed.

NewWindow

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.

Win

Gets the ActionLaunch.WinAttrs object defining windows-specific parameters of the launch action.

Extension Methods