PdfViewerControl.PageSpacing Property
Gets or sets the spacing between document pages. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that is the spacing between pages in pixels. |
Remarks
The PageSpacing property is in effect if the PdfViewerControl.PdfViewMode property is set to PdfViewMode.Continuous.
See Also