Table of Contents

Enum PdfSignatureFieldLockAction

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

All possible actions for a signature field lock.

public enum PdfSignatureFieldLockAction

Fields

All = 0

All fields in the document get locked.

Exclude = 2

All fields except fields with the specified names get locked.

Include = 1

All fields with the specified names get locked.

Remarks

The Lock PDF form fields with a signature field section of the Sign PDF documents in C# and VB.NET article shows how to create and use field locks.

Check out the other articles and code samples on the Digital signatures page.