(PDF 1.4) Gets or sets the color to be used for the outline entry's text.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRgbColor Color { get; set; }
VB
Public Property Color As PdfRgbColor
Get
Set
Property Value
Type:
PdfRgbColor
The color to be used for the outline entry's text.
See Also