Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionGoToR Class
Members

In This Topic
    ActionGoToR Class
    In This Topic
    Defines a remote go-to action is similar to an ordinary go-to action ActionGoTo but jumps to a destination in another PDF file instead of the current file.
    Object Model
    ActionGoToR Class
    Syntax
    'Declaration
     
    Public Class ActionGoToR 
       Inherits ActionBase
    public class ActionGoToR : ActionBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.DocAction
             GrapeCity.Documents.Pdf.Actions.ActionBase
                GrapeCity.Documents.Pdf.Actions.ActionGoToR

    See Also