In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / PageSpacing Property

PageSpacing Property

In This Topic
Indicates the amount of space between each page.
Syntax
'Declaration

 

Public Property PageSpacing As Double
public double PageSpacing {get; set;}
public read-write property PageSpacing: Double; 
public function get,set PageSpacing : double
public: __property double get_PageSpacing();

public: __property void set_PageSpacing( 

   double value

);
public:

property double PageSpacing {

   double get();

   void set (    double value);

}
Remarks
The default value is 10.
See Also