Skip to main content

ImageExportOptions.PageBorderWidth Property

Specifies the page border width (in pixels) when a document is exported to a single image page-by-page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(1)]
public int PageBorderWidth { get; set; }

Property Value

Type Default Description
Int32 1

An integer value, specifying the page border width (in pixels).

Property Paths

You can access this nested property as listed below:

Object Type Path to PageBorderWidth
ExportOptions
.Image .PageBorderWidth

Remarks

When the ImageExportOptions.ExportMode property is set to ImageExportMode.SingleFilePageByPage or ImageExportMode.DifferentFiles, use the ImageExportOptions.PageBorderColor and PageBorderWidth properties to specify the page border settings.

This property is ignored when the ImageExportOptions.ExportMode property is set to ImageExportMode.SingleFile.

See Also