This class represents the windows launch parameter dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 204, page 422.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 208, page 513.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.WindowsLaunchParameterElement

A Windows launch parameter dictionary supplies platform-specific parameters for launching a file on Windows: the file (F), default directory (D), operation verb (O) such as open or print, and optional parameters string (P). These mirror the Windows ShellExecute API fields.

 

   
   
Method
Description
WindowsLaunchParameterElement Create a new WindowsLaunchParameterElement.
inherited methods...

 

   
   
Property
Description
EntryF Represents the "F" entry of the windows launch parameter dictionary object.
EntryD Represents the "D" entry of the windows launch parameter dictionary object.
EntryO Represents the "O" entry of the windows launch parameter dictionary object.
EntryP Represents the "P" entry of the windows launch parameter dictionary object.
inherited properties...