com.pdftools.expa
Class Destination

java.lang.Object
  extended by com.pdftools.NativeLibrary
      extended by com.pdftools.expa.ExpaInitialize
          extended by com.pdftools.expa.Destination

public class Destination
extends ExpaInitialize


Nested Class Summary
 
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix
 
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE
 
Field Summary
 
Fields inherited from class com.pdftools.NativeLibrary
VERSION
 
Constructor Summary
Destination()
           
 
Method Summary
 float getBottom()
          get the bottom value.
 float getLeft()
          get the Left value.
 int getPageNo()
          get page number.
 float getRight()
          get the Right value.
 float getTop()
          get the Top value.
 java.lang.String getType()
          get the type of the destination.
 float getZoom()
          get the Zoom value of the destination.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Destination

public Destination()
Method Detail

getType

public java.lang.String getType()
get the type of the destination.

Returns:
the type of the destination, such as "XYZ", "Fit", "FitH", "FitR", ect.

getPageNo

public int getPageNo()
get page number.

Returns:
the target page number.

getLeft

public float getLeft()
get the Left value.

Returns:
the Left value.

getBottom

public float getBottom()
get the bottom value.

Returns:
the Bottom value.

getRight

public float getRight()
get the Right value.

Returns:
the Right value.

getTop

public float getTop()
get the Top value.

Returns:
the Top value.

getZoom

public float getZoom()
get the Zoom value of the destination.

Returns:
the Zoom value of the destination. A value of 0 means the zoom level is left as it is.