Click or drag to resize

PdfSignatureAppearanceSignatureInvalidLayerTransform Property

Gets or sets the transformation applied to the SignatureInvalidLayer.

Useful to reposition and resize the SignatureInvalidLayer.

Default value: Identity.


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

Property Value

PdfMatrix
The transformation applied to the SignatureValidLayer.
See Also