Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public int PageSpacing { get; set; }

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