Click or drag to resize

PdfOutlineColor Property

(Optional; PDF 1.4)A DeviceRGB color used for the outline entry’s text.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfColor? Color { get; set; }

Property Value

NullablePdfColor
A DeviceRGB color used for the outline entry’s text.
Exceptions
ExceptionCondition
ArgumentExceptionColor with invalid color space specified. Color space must be DeviceRGB.
See Also