Gets the gap between pages.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
protected abstract Size GetGap( Point center )  | 
| Visual Basic (Declaration) | 
|---|
Protected MustOverride Function GetGap ( _ center As Point _ ) As Size  | 
| Visual C++ | 
|---|
protected: virtual Size GetGap( Point center ) abstract  | 
Parameters
- center
 - Type: System.Windows..::.Point
The center of report preview area. The instance of Point class.