PdfSignatureAppearanceComponentVersionLabel Property |
Gets or sets the component version label.
This property can be used to localize the label. Default value: "SautinSoft.Pdf version: ".
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntaxpublic string ComponentVersionLabel { get; set; }
Public Property ComponentVersionLabel As String
Get
Set
Property Value
String
The component version label.
See Also