Click or drag to resize

PdfSignatureAppearanceBackgroundColor Property

Gets or sets the background color of the signature appearance.

Default value: .


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

Property Value

NullablePdfColor
The background color of the signature appearance.
Exceptions
ExceptionCondition
ArgumentExceptionThe value's Space is not device color space (DeviceGray, DeviceRGB, or DeviceCMYK).
See Also