PdfTextElementBackgroundColor Property

Optional background color drawn behind the text on each page where the text is rendered. The background covers the full column area available to the text on that page, follows the rotation applied to the element and is emitted as a decorative artifact in the structure tree. When null no background is drawn

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfColor BackgroundColor { get; set; }

Property Value

PdfColor

See Also