PDFView4NET WinForms Edition
VerticalPageSpacing Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : VerticalPageSpacing Property
Gets or sets the vertical spacing between pages.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Vertical space between pages")>
<DefaultValueAttribute(0)>
Public Property VerticalPageSpacing As Integer
'Usage
 
Dim instance As PDFPageView
Dim value As Integer
 
instance.VerticalPageSpacing = value
 
value = instance.VerticalPageSpacing
[Category("PDF")]
[Description("Vertical space between pages")]
[DefaultValue(0)]
public int VerticalPageSpacing {get; set;}
[Category("PDF")]
[Description("Vertical space between pages")]
[DefaultValue(0)]
public: __property int get_VerticalPageSpacing();
public: __property void set_VerticalPageSpacing( 
   int value
);
[Category("PDF")]
[Description("Vertical space between pages")]
[DefaultValue(0)]
public:
property int VerticalPageSpacing {
   int get();
   void set (    int value);
}

Property Value

The vertical space between pages when a continuous 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