Uses of Enum
com.winnovative_software.ViewerPageMode
-
Uses of ViewerPageMode in com.winnovative_software
Methods in com.winnovative_software 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.winnovative_software 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.