Back to Devexpress

DocumentViewerControl.HorizontalPageSpacing Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-36f56efb.md

latest1.7 KB
Original Source

DocumentViewerControl.HorizontalPageSpacing Property

Gets or sets the horizontal spacing between document pages in multi-column layout.

Namespace : DevExpress.Xpf.DocumentViewer

Assembly : DevExpress.Xpf.DocumentViewer.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public double HorizontalPageSpacing { get; set; }
vb
Public Property HorizontalPageSpacing As Double

Property Value

TypeDescription
Double

A value that specifies the horizontal spacing between document pages.

|

Remarks

The HorizontalPageSpacing property is in effect if the DocumentPreviewControl.PageDisplayMode property is set to PageDisplayMode.Columns or PageDisplayMode.Wrap.

See Also

PageDisplayMode

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace