Calculates indent rectangle.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: 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.