PdfLaunchAction Class

A launch action launches an application or opens a document.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    BitMiracle.Docotic.Pdf.PdfLaunchAction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfLaunchAction : PdfAction
VB
Public NotInheritable Class PdfLaunchAction
	Inherits PdfAction

The PdfLaunchAction type exposes the following members.

Properties

  NameDescription
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)
Public propertyOpenInNewWindow
Gets or sets a value indicating whether to open the destination document in a new window.
Public propertyPath
Gets or sets the path to the application to be launched or to the document to be opened.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also