[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionLaunch.WinAttrs

ActionLaunch.WinAttrs Class

Defines windows-specific launch parameters.

Inheritance
ActionLaunch.WinAttrs
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionLaunch.WinAttrs : PdfDictWrapper, IPdfDict
Public Class ActionLaunch.WinAttrs
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
WinAttrs()

Initializes a new instance of the ActionLaunch.WinAttrs class.

Properties

Name Description
Directory

Gets or sets the directory in standard DOS syntax.

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.

Operation

Gets or sets the operation to perform.

Parameter

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

Extension Methods