Uses of Enum
com.dynamicpdf.api.PageZoom
Packages that use PageZoom
-
Uses of PageZoom in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return PageZoomModifier and TypeMethodDescriptionGoToAction.getPageZoom()
GetsPageZoom
to display the destination.static PageZoom
Returns the enum constant of this type with the specified name.static PageZoom[]
PageZoom.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api with parameters of type PageZoomModifier and TypeMethodDescriptionAdds anOutline
object to the outline list.void
GoToAction.setPageZoom(PageZoom value)
SetsPageZoom
to display the destination.Constructors in com.dynamicpdf.api with parameters of type PageZoomModifierConstructorDescriptionGoToAction(Input input, int pageOffset, PageZoom pageZoom)
Initializes a new instance of theGoToAction
class using an input to create the PDF, page number, and a zoom option.