Skip to main content

HtmlExportOptionsBase.PageBorderColor Property

Gets or sets the color of page borders when a document is exported to HTML 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 which represents the page border color.

Remarks

Use the PageBorderColor and HtmlExportOptionsBase.PageBorderWidth properties to specify the appearance of page borders when a document is exported to HTML. Note that these properties are in effect only if the HtmlExportOptionsBase.ExportMode property is equal to either HtmlExportMode.SingleFilePageByPage or HtmlExportMode.DifferentFiles values.

See Also