Click or drag to resize

PdfSignatureAppearanceValidityTextLayerTransform Property

Gets or sets the transformation applied to the ValidityTextLayer.

Useful to reposition and resize the ValidityTextLayer.

Default value: Identity.


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

Property Value

PdfMatrix
The transformation applied to the ValidityTextLayer.
See Also