Returns the text representaton of page number.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overridable Function GetText ( _ args As PrintContentEventArgs _ ) As String |
| C# |
|---|
protected virtual string GetText( PrintContentEventArgs args ) |
| Visual C++ |
|---|
protected: virtual String^ GetText( PrintContentEventArgs^ args ) |
| JavaScript |
|---|
function getText(args); |
Parameters
- args
- Type: Greatis.PrintSuite..::.PrintContentEventArgs
Arguments from print event.