NewActionGoTo Method (GdPicturePDF)
In This Topic
Creates a new action of the type GoTo. A go-to action changes the view to a specified destination (page, location, and magnification factor) in the currently loaded PDF document.
Overload List
Overload | Description |
NewActionGoTo(PdfDestinationType,Int32,Single,Single,Single,Single,Single) | Creates a new action of the type GoTo. A go-to action changes the view to a specified destination (page, location, and magnification factor) in the currently loaded PDF document. |
NewActionGoTo(PdfDestinationType,Int32,Single,Single,Single,Single,Single,Boolean,Boolean) | Creates a new action of the type GoTo. A go-to action changes the view to a specified destination (page, location, and magnification factor) in the currently loaded PDF document. |
See Also