Click or drag to resize

PdfSignatureAppearanceBackgroundLayer Property

Gets or sets the background layer.

This layer renders the background and border of the signature field. The properties that specify the background and border exist in the PdfSignatureAppearance.

Default value: a PdfForm instance that renders the background and border of the signature field as specified by the background and border properties from this PdfSignatureAppearance.


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

Property Value

PdfForm
The background layer.
Exceptions
ExceptionCondition
ArgumentExceptionForm's bounding box must have a default origin (left and bottom must be zero) and size equal to the size of the signature field bounds.
See Also