Gets indent using PageNumber.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Function GetIndent ( _
	args As PrintContentEventArgs _
) As ContentIndent
C#
protected virtual ContentIndent GetIndent(
	PrintContentEventArgs args
)
Visual C++
protected:
virtual ContentIndent GetIndent(
	PrintContentEventArgs^ args
)
JavaScript
function getIndent(args);

Parameters

args
Type: Greatis.PrintSuite..::.PrintContentEventArgs
Arguments from print event.

Return Value

Even or odd indent.

See Also