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

In This Topic
    ActionGoTo Class
    In This Topic
    Defines a go-to action changes the view to a specified destination (page, location, and magnification factor), defined by the GrapeCity.Documents.Pdf.DestinationBase object.
    Object Model
    ActionGoTo Class
    Syntax
    'Declaration
     
    Public Class ActionGoTo 
       Inherits ActionBase
    public class ActionGoTo : ActionBase 
    Inheritance Hierarchy

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

    See Also