Class Actions.GoTo.Dest
Actions.GoTo.Dest
Constructor Attributes | Constructor Name and Description |
---|---|
Actions.GoTo.Dest(options)
A PDF Destination object, representing a location and fitting strategy.
|
Field Attributes | Field Name and Description |
---|---|
Gets the bottom of the destination rectangle
|
|
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
|
|
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