PDFView4NET WPF Edition
HorizontalPageSpacing Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : HorizontalPageSpacing Property
Gets or sets the horizontal spacing between pages.
Syntax
'Declaration
 
Public Property HorizontalPageSpacing As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.HorizontalPageSpacing = value
 
value = instance.HorizontalPageSpacing
public double HorizontalPageSpacing {get; set;}
public: __property double get_HorizontalPageSpacing();
public: __property void set_HorizontalPageSpacing( 
   double value
);
public:
property double HorizontalPageSpacing {
   double get();
   void set (    double value);
}

Property Value

The horizontal space between pages when a two column page display mode is selected.
Exceptions
ExceptionDescription
Thrown when value is less than zero.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members