PdfZoomBehavior

Inheritance: java.lang.Object

public final class PdfZoomBehavior

Specifies the initial view mode when the generated PDF document is opened.

Fields

FieldDescription
FIT_HEIGHTFits the page height within the viewer window.
FIT_PAGEFits the entire page within the viewer window.
FIT_WIDTHFits the page width within the viewer window.
NONEUses the PDF viewer’s default behavior.
ZOOM_FACTOROpens the document at a specific zoom percentage.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

FIT_HEIGHT

public static final int FIT_HEIGHT

Fits the page height within the viewer window.

FIT_PAGE

public static final int FIT_PAGE

Fits the entire page within the viewer window.

FIT_WIDTH

public static final int FIT_WIDTH

Fits the page width within the viewer window.

NONE

public static final int NONE

Uses the PDF viewer’s default behavior.

ZOOM_FACTOR

public static final int ZOOM_FACTOR

Opens the document at a specific zoom percentage.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int