DocumentViewerRotationMode Enum
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
Defines possible modes for rotating pages to in the document viewer.
public enum DocumentViewerRotationMode
Fields
| Name | Value | Description |
|---|---|---|
| AllPages | 0 |
All pages of the document should be rotated. |
| CurrentPage | 1 |
Only the currently viewed page of the document should be rotated. |