Skip to main content

ImageExportOptions.PageBorderColor Property

Specifies the page border color 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

public Color PageBorderColor { get; set; }

Property Value

Type Description
Color

A Color value.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageBorderColor
ExportOptions
.Image .PageBorderColor

Remarks

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

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

See Also