LockAction Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents a list of allowed lock actions.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum LockAction
Members

  Member nameValueDescription
Nothing0 Nothing to do.
All1 All fields in the document.
Include2 All fields specified in Fields.
Exclude3 All fields except those specified in Fields.
See Also

Reference