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

In This Topic
    File Property (ActionLaunch)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.FileSpecification object defining application to be launched or the document to be opened or printed.
    Syntax
    'Declaration
     
    Public Property File As FileSpecification
    public FileSpecification File {get; set;}
    See Also