Click or drag to resize

DoGotoActionEventArgs Class

Represents the class that contain event data for Goto action
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsDoGotoActionEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class DoGotoActionEventArgs : EventArgs

The DoGotoActionEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodDoGotoActionEventArgs Construct DoGotoActionEventArgs object.
Top
Properties
 NameDescription
Public propertyPageIndex The index of the PDF page.
Public propertyPositions The float array which carries the position info
Public propertyZoom The zoom mode for viewing page.See ZoomTypes.
Top
Remarks

Application must changes the view to a specified destination.

See the Destinations description of PDF Reference, Version 1.7 in 8.2.1 for more details.

See Also