﻿# PageMode
Class descibes used components of the document page.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**FULL_SCREEN** | **string** | 'FullScreen' | FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
**USE_ATTACHMENTS** | **string** | 'UseAttachments' | Attachments panel visible.
**USE_NONE** | **string** | 'UseNone' | Dont use any components.
**USE_OC** | **string** | 'UseOC' | Optional content group panel visible.
**USE_OUTLINES** | **string** | 'UseOutlines' | Document outline visible.
**USE_THUMBS** | **string** | 'UseThumbs' | Thumbnail images visible.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/PageMode.php)

