Rotates all pages according to their orienttation.

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

Syntax

C#
protected override void Arrange(
	LayoutContext context,
	InteractorCollection interactors
)
Visual Basic
Protected Overrides Sub Arrange ( _
	context As LayoutContext, _
	interactors As InteractorCollection _
)

Parameters

context
Type: TallComponents.Interaction.LayoutManagers..::..LayoutContext
The layout context.
interactors
Type: TallComponents.Interaction..::..InteractorCollection
The page interactors.

See Also