Click or drag to resize

PdfSignatureAppearanceSignatureValidLayerTransform Property

Gets or sets the transformation applied to the SignatureValidLayer.

Useful to reposition and resize the SignatureValidLayer.

Default value: Identity.


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

Property Value

PdfMatrix
The transformation applied to the SignatureValidLayer.
See Also