Property BackgroundColor
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
BackgroundColor
Gets the color of the annotation background.
public PdfColor? BackgroundColor { get; }
Property Value
- PdfColor
The color of the annotation background or
null
if there is no color specified.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type or structure.