PDFView4NET WPF Edition
PDFSignatureLockFieldMode Enumeration




O2S.Components.PDFView4NET.Forms Namespace : PDFSignatureLockFieldMode Enumeration
Specifies the available lock modes for form fields when a signature lock is applied.
Syntax
'Declaration
 
Public Enum PDFSignatureLockFieldMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFSignatureLockFieldMode
public enum PDFSignatureLockFieldMode : System.Enum 
__value public enum PDFSignatureLockFieldMode : public System.Enum 
public enum class PDFSignatureLockFieldMode : public System.Enum 
Members
MemberDescription
AllAll fields in the form are locked.
ExcludeAll the form fields are locked excepting the specified fields.
IncludeOnly the specified fields are locked.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Forms.PDFSignatureLockFieldMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Forms Namespace