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 sequence can be empty if this lock has no fields specified.
Any element of the sequence can be null
if the corresponding value in the
internal PDF structure is not a string.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding value but the value is required because of the presence or absence of other values. Or the value exists, but has an unexpected type.