DocumentViewerPageRotationMode Enumeration

Note: This API is now obsolete.
Defines possible modes for rotating pages to in the document viewer.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("DocumentViewerPageRotationMode is deprecated, use DocumentViewerRotationMode instead.")]
public enum DocumentViewerPageRotationMode

Members

AllPagesAll pages of the document should be rotated.
CurrentPageOnly the currently viewed page of the document should be rotated.

See Also