Check the page number and returns true if the page number is odd.

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

Syntax

Visual Basic (Declaration)
Public Function IsPageOdd ( _
	args As PrintContentEventArgs _
) As Boolean
C#
public bool IsPageOdd(
	PrintContentEventArgs args
)
Visual C++
public:
bool IsPageOdd(
	PrintContentEventArgs^ args
)
JavaScript
function isPageOdd(args);

Parameters

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

Return Value

True if the page number is odd.

See Also