Link Search Menu Expand Document

LaunchAction Class

Represents an action which launches an application or opens a document.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAction
Bytescout.PDFLaunchAction

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class LaunchAction : Action

The LaunchAction type exposes the following members.

Constructors
NameDescription
Public methodLaunchAction
Initializes a new instance of the Bytescout.PDF.LaunchAction.
Top
Properties
NameDescription
Public propertyFilePath
Gets the path to the destination document or application.
Public propertyNewWindow
Gets or sets a value specifying whether to open the destination document in a new window.
Public propertyNext
Gets the sequence of actions to be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyType
Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
(Overrides ActionType.)
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference