Table of Contents

Property BackgroundColor

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

BackgroundColor

Gets or sets the color of the control background.

public PdfColor? BackgroundColor { get; set; }

Property Value

PdfColor

The color of the control background.

Remarks

The value can be null if there is no background color specified for the control.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.