Enum ViewerFullScreenExitMode
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Used in ViewerPreferences to specify how to display the document on exiting full-screen mode
public enum ViewerFullScreenExitMode
Fields
UseNone = 0
Neither document outline nor thumbnail images visible.
UseOC = 3
Optional content group panel visible.
UseOutlines = 1
Document outline visible.
UseThumbs = 2
Thumbnail images visible.