[]
Defines windows-specific launch parameters.
public class ActionLaunch.WinAttrs : PdfDictWrapper, IPdfDict
Initializes a new instance of the ActionLaunch.WinAttrs class.
public WinAttrs()
Gets or sets the directory in standard DOS syntax.
public string Directory { get; set; }
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; }
Gets or sets the operation to perform.
public ActionLaunch.WinAttrs.OperationType? Operation { get; set; }
Gets or sets the parameter to be passed to the application.
public string Parameter { get; set; }