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

In This Topic
    File Property (ActionGoToR)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.FileSpecification object defining the another file.
    Syntax
    'Declaration
     
    Public Property File As FileSpecification
    public FileSpecification File {get; set;}
    See Also