LaunchAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a launch action launches an application or opens or prints a document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        Apitron.PDF.Kit.Interactive.ActionsLaunchAction

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class LaunchAction : Action

The LaunchAction type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleLaunchAction
Initializes a new instance of the LaunchAction class.
Top
Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyApplicationParameters
Gets or sets a parameter string that shall be passed to the application designated by the FileName entry. This entry shall be omitted if FileName designates a document.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDefaultDirectory
Gets or sets the default directory to launch FileName.
Public propertyFileName
Gets the file name of the application that shall be launched or the document that shall be opened or printed, in standard Windows pathname format.
Public propertyNewWindow
Gets or sets a value indicating whether to open destination in a new window. If true, the destination document should be opened in a new window; if false, the destination document should replace the current document in the same window. If this entry is absent, the conforming reader should act according to its preference.
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyPrintDocument
Gets or sets a value indicating whether the operation to perform should be print document. If FileName is path to an application this option will be ignored.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference