Click or drag to resize

PdfSignatureFieldValue Property

Gets or sets the form field's value.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public override string Value { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
NotImplementedExceptionThis exception is thrown because signature field values are not currently supported in RAD PDF.
Remarks
This property always throws a NotImplementedException exception at this time.
See Also