Click or drag to resize

PdfFillFormatColor Property

Gets or sets the fill color.

Initial value: Black.


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

Property Value

PdfColor
The fill color.
Remarks
If Space or Pattern of a PdfColor value that is being set is associated with another PdfDocument, this property setter will automatically clone it and associate the clone with the current PdfDocument.
See Also