API Reference
Class
PdfSignatureFieldLockInfo
Lightweight metadata from a signature field /Lock dictionary.
Inheritance
- Object
- PdfSignatureFieldLockInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfSignatureInfo.FieldLock
Inherited Methods
Properties
public String Action { get; } #Field-lock /Action name such as All, Include, or Exclude, when readable.
public IReadOnlyList<String> Fields { get; } #Field names listed by the lock dictionary /Fields array.
public Boolean LocksAllFields { get; } #True when the lock applies to every form field.
public Boolean LocksIncludedFields { get; } #True when the lock applies only to the listed fields.
public Boolean LocksAllExceptListedFields { get; } #True when the lock applies to fields except the listed fields.