 | PageModes Enumeration |
Flags for page mode.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration PageModes
public enum class PageModes
Patagames.Pdf.Enums.PageModes = function();
Patagames.Pdf.Enums.PageModes.createEnum('Patagames.Pdf.Enums.PageModes', false);
Members
| Member name | Value | Description |
---|
| Unknown | -1 |
Unknown value
|
| UseNone | 0 |
Neither document outline nor thumbnail images visible
|
| UseOutlines | 1 |
Document outline visible
|
| UseThumbs | 2 |
Thumbnial images visible
|
| FullScreen | 3 |
Full-screen mode, with no menu bar, window controls, or any other window visible
|
| UseOc | 4 |
Optional content group panel visible
|
| UseAttachments | 5 |
Attachments panel visible
|
See Also