Table of Contents

Property Lock

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Lock

(PDF 1.5) Gets or sets the signature field lock that specifies a set of form fields that shall be locked when this signature field is signed.

public PdfSignatureFieldLock? Lock { get; set; }

Property Value

PdfSignatureFieldLock

The signature field lock that specifies a set of form fields that shall be locked when this signature field is signed.

Remarks

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

Setting value of this property to null will remove any field lock associated with this signature field.