Namespace: BitMiracle.Docotic.Pdf
public PdfColor Color { get; set; }
Public Property Color As PdfColor Get Set
The border won't be visible when there is no color specified.
It is allowed to set this property to null if you would like a transparent color.
The only allowed color types are PdfGrayColor, PdfRgbColor, and PdfCmykColor.