Back to Devexpress

PdfViewerControl.PagePadding Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-06f9f686.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public Thickness PagePadding { get; set; }
vb
Public Property PagePadding As Thickness

Property Value

TypeDescription
Thickness

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

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace