CharacterFormat Border Property GemBox.Document Help
Gets or sets the border of the Run that has this CharacterFormat applied to it. Supported only in DOCX format.

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public SingleBorder Border { get; set; }

Field Value

The border of the Run that has this CharacterFormat applied to it.
Remarks

This value is currently ignored when exporting a document to PDF, XPS or image file formats.
See Also