The PageLayout mode controls how the current document or pages collection is laid out on the viewer canvas.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public PageLayout PageLayout { get; set; }
Visual Basic
Public Property PageLayout As PageLayout
	Get
	Set

Remarks

Unless the PageLayout is set to Custom, this setting will influence the LayoutManager and the PageSelection properties. This may lead to unwanted effects if you want to manage these yourself.

See Also