Class Index

Classes


Class Actions.GoTo.Dest

Actions.GoTo.Dest

Class Summary
Constructor Attributes Constructor Name and Description
 
A PDF Destination object, representing a location and fitting strategy.
Field Summary
Field Attributes Field Name and Description
 
Gets the bottom of the destination rectangle
 
fit
Gets the fit style (One of XYZ, FitBH, FitH, FitBV, FitV, FitR, Fit)
 
Gets the left hand side of the destination rectangle
 
Gets and sets the 1-based page number to go to.
 
Gets the right hand side of the destination rectangle
 
top
Gets the top of the destination rectangle
 
Gets the zoom at which to view the destination
Class Detail
Actions.GoTo.Dest(options)
A PDF Destination object, representing a location and fitting strategy.
Parameters:
{?object} options
A map of properties to initialize on the Dest object
Field Detail
{(number|undefined)} bottom
Gets the bottom of the destination rectangle

{string} fit
Gets the fit style (One of XYZ, FitBH, FitH, FitBV, FitV, FitR, Fit)

{(number|undefined)} left
Gets the left hand side of the destination rectangle

{number} page
Gets and sets the 1-based page number to go to.

{(number|undefined)} right
Gets the right hand side of the destination rectangle

{(number|undefined)} top
Gets the top of the destination rectangle

{(number|undefined)} zoom
Gets the zoom at which to view the destination

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:31 GMT-0700 (PDT)