PdfSignatureField.Signature Property

Gets the PdfSignature object that specifies the signature associated with this signature field.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignature Signature { get; }
VB
Public ReadOnly Property Signature As PdfSignature
	Get

Property Value

Type: PdfSignature
The PdfSignature object that specifies the signature associated with this signature field.

Remarks

The value of this property can be null if there is no signature associated with this signature field.

See Also