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

PdfViewerControl.PagePadding Property

Gets or sets a value that specifies the thickness of the padding space between the boundaries of a page and the page’s content.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v21.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public Thickness PagePadding { get; set; }

Property Value

Type Description
Thickness

A Thickness object that represents the thickness of a frame around the page content.

See Also