HorizontalPageSpacing Property
Gets or sets the horizontal spacing between pages.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("Horizontal space between pages")> <DefaultValueAttribute(0)> Public Property HorizontalPageSpacing As Integer
'Usage Dim instance As PDFPageView Dim value As Integer instance.HorizontalPageSpacing = value value = instance.HorizontalPageSpacing
[Category("PDF")] [Description("Horizontal space between pages")] [DefaultValue(0)] public int HorizontalPageSpacing {get; set;}
Property Value
The horizontal space between pages when a two column page display mode is selected.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when value is less than zero. |
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also