PdfSignatureAppearancePosition Property |
Gets or sets the position of the top-left corner of the signature appearance text.
Default value: (1.66, 0).
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic PdfPoint Position { get; set; }
Public Property Position As PdfPoint
Get
Set
Property Value
PdfPoint
The position of the top-left corner of the signature appearance text.
See Also