DocumentViewerControl.HorizontalPageSpacing Property
Gets or sets the horizontal spacing between document pages in multi-column layout.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
Property Value
Type | Description |
---|---|
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