PdfSignatureAppearanceBackgroundColor Property |
Gets or sets the background color of the signature appearance.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic PdfColor? BackgroundColor { get; set; }
Public Property BackgroundColor As PdfColor?
Get
Set
Property Value
NullablePdfColor
The background color of the signature appearance.
Exceptions
See Also