public @property void pageMode(PageMode mode)
Sets how the document should be displayed
Parameters
mode | The following values are available PageMode.USENONE - Display the document with neither outline nor thumbnail.</li> <li>PageMode.USEOUTLINE - Display the document with outline pane. PageMode.USETHUMBS - Display the document with thumbnail pane.</li> <li>PageMode.FULLSCREEN - Display the document with full screen mode.
|
public @property PageMode pageMode()
Returns the current setting for page mode
Returns
the current setting for page mode.