Uses of Enum
com.evopdf.ViewerPageMode
-
Uses of ViewerPageMode in com.evopdf
Methods in com.evopdf that return ViewerPageModeModifier and TypeMethodDescriptionViewerPreferences.pageMode()
Gets how the PDF document generated by the HTML to PDF converter should be displayed when openedstatic ViewerPageMode
Returns the enum constant of this type with the specified name.static ViewerPageMode[]
ViewerPageMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evopdf with parameters of type ViewerPageModeModifier and TypeMethodDescriptionvoid
ViewerPreferences.setPageMode
(ViewerPageMode pageMode) Gets how the PDF document generated by the HTML to PDF converter should be displayed when opened.