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.