DocumentViewerPageRotationMode Property

Note: This API is now obsolete.
Gets or sets a value that specifies whether rotate buttons should only rotate all pages or only the currently viewed page. The default is AllPages.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("PageRotationMode is deprecated, use RotationMode instead.")]
public DocumentViewerPageRotationMode PageRotationMode { get; set; }

Property Value

DocumentViewerPageRotationMode

See Also