[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionLaunch

Class ActionLaunch

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

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

public class ActionLaunch : ActionBase, IPdfDict
Inheritance
object
ActionLaunch
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionLaunch()

Initializes a new instance of the ActionLaunch class.

public ActionLaunch()

Properties

File

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

public FileSpecification File { get; set; }

Property Value

FileSpecification

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.

public bool NewWindow { get; set; }

Property Value

bool

Win

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

public ActionLaunch.WinAttrs Win { get; set; }

Property Value

ActionLaunch.WinAttrs