Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionLaunch.WinAttrs Class / FileName Property

In This Topic
    FileName Property (ActionLaunch.WinAttrs)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property FileName As System.String
    public System.string FileName {get; set;}
    See Also