DocumentViewerSpreadMode Enumeration

Defines possible modes for spreading pages in the document viewer.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.0
C#
public enum DocumentViewerSpreadMode

Members

History The document's spread mode will be remembered per document via browser's local storage. The history will start with None. This is the default value.
None The document's page spreads will not be joined.
Odd The document's page spreads will be joined starting with odd-numbered pages.
Even The document's page spreads will be joined starting with even-numbered pages.

See Also