DocumentViewerPageLayoutMode Property

Note: This API is now obsolete.
Gets or sets a value that specifies the initial mode for placing pages in the document viewer. The default is Continuous.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("PageLayoutMode is deprecated, use ScrollMode and SpreadMode instead.")]
public DocumentViewerPageLayoutMode PageLayoutMode { get; set; }

Property Value

DocumentViewerPageLayoutMode

See Also