Calculates indent rectangle.

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

Syntax

Visual Basic (Declaration)
Public Function IndentRect ( _
	args As PrintContentEventArgs _
) As Rectangle
C#
public Rectangle IndentRect(
	PrintContentEventArgs args
)
Visual C++
public:
Rectangle IndentRect(
	PrintContentEventArgs^ args
)
JavaScript
function indentRect(args);

Parameters

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

Return Value

Indent rectangle.

See Also