Property Field
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Field
Gets or sets the signature field to sign.
public PdfSignatureField? Field { get; set; }
Property Value
- PdfSignatureField
The signature field to sign.
Remarks
The value of this property can be null
if the field is not specified.
If the value of this property is null
, then the library will create
an invisible signature field on the first page of the document right before signing.
Then the newly created invisible field will be signed.
Read the Sign PDF documents in C# and VB.NET article for examples of using this property.