Uses of Class
org.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences

Packages that use PDViewerPreferences
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDViewerPreferences in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDViewerPreferences
 PDViewerPreferences PDDocumentCatalog.getViewerPreferences()
          Get the viewer preferences associated with this document or null if they do not exist.
 

Methods in org.pdfbox.pdmodel with parameters of type PDViewerPreferences
 void PDDocumentCatalog.setViewerPreferences(PDViewerPreferences prefs)
          Set the viewer preferences.