Back to Devexpress

PdfViewer.ContentMinMargin Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-cf90e044.md

latest1.6 KB
Original Source

PdfViewer.ContentMinMargin Property

Specifies the minimum width of the outer border displayed by a PdfViewer around document pages.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(10)]
public int ContentMinMargin { get; set; }
vb
<DefaultValue(10)>
Public Property ContentMinMargin As Integer

Property Value

TypeDefaultDescription
Int3210

An integer value, specifying the minimum width of the page outer border.

|

Remarks

When the PdfViewer.ContentMarginMode property is set to Static , the PdfViewer.ContentMinMargin property specifies a constant page border width regardless of the applied skin.

See Also

ContentMarginMode

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace