[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionLaunch.WinAttrs

Class ActionLaunch.WinAttrs

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

Defines windows-specific launch parameters.

public class ActionLaunch.WinAttrs : PdfDictWrapper, IPdfDict
Inheritance
object
ActionLaunch.WinAttrs
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

WinAttrs()

Initializes a new instance of the ActionLaunch.WinAttrs class.

public WinAttrs()

Properties

Directory

Gets or sets the directory in standard DOS syntax.

public string Directory { get; set; }

Property Value

string

FileName

Gets or sets the file name of the application to be launched or the document to be opened or printed, in standard Windows pathname format.

public string FileName { get; set; }

Property Value

string

Operation

Gets or sets the operation to perform.

public ActionLaunch.WinAttrs.OperationType? Operation { get; set; }

Property Value

ActionLaunch.WinAttrs.OperationType?

Parameter

Gets or sets the parameter to be passed to the application.

public string Parameter { get; set; }

Property Value

string