PdfSignatureFieldValue Property |
Gets or sets the form field's value.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic override string Value { get; set; }Public Overrides Property Value As String
Get
Set
Property Value
Type:
String
Exceptions| Exception | Condition |
|---|
| NotImplementedException | This exception is thrown because signature field values are not currently supported in RAD PDF. |
Remarks
See Also