Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

[TypeConverter(typeof(HtmlPageBorderColorConverter))]
[XtraSerializableProperty]
public Color PageBorderColor { get; set; }

Property Value

Type Description
Color

A Color value which represents the page border color.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PageBorderColor
Cross-Platform Class Library ExportOptions
.Html.PageBorderColor
WPF Controls ExportOptionsContainer
.Html.PageBorderColor

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PageBorderColor property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also