Check the page number and returns true if the page number is odd.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: 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.