Uses of Class
com.selectpdf.ApiEnums.PageMode
-
Uses of ApiEnums.PageMode in com.selectpdf
Methods in com.selectpdf that return ApiEnums.PageMode Modifier and Type Method Description static ApiEnums.PageMode
ApiEnums.PageMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.PageMode[]
ApiEnums.PageMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.selectpdf with parameters of type ApiEnums.PageMode Modifier and Type Method Description HtmlToPdfClient
HtmlToPdfClient. setViewerPageMode(ApiEnums.PageMode pageMode)
Set the document page mode when the pdf document is opened in a PDF viewer.PdfMergeClient
PdfMergeClient. setViewerPageMode(ApiEnums.PageMode pageMode)
Set the document page mode when the pdf document is opened in a PDF viewer.