Click or drag to resize

PdfSignatureAppearanceSignatureLayer Property

Gets or sets the signature appearance layer, containing information about the signature.

This layer renders the information about the signature. The properties that specify the font, color and the rest of the information exist in the PdfSignatureAppearance and the associated PdfSigner.

Default value: if Value is not null, a PdfForm instance that renders the information about the signature as specified by the font, color, and other properties from this PdfSignatureAppearance and the associated PdfSigner; otherwise, null.


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

Property Value

PdfForm
The signature appearance layer, containing information about the signature.
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