Property Fields
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Fields
Gets the names of the fields specified in this lock.
public IEnumerable<string> Fields { get; }
Property Value
- IEnumerable<string>
The names of the fields specified in this lock.
Remarks
The value of this property can be null
if this lock has no fields specified.