Gets the names of the fields specified in this lock.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public IEnumerable<string> Fields { get; }
VB
Public ReadOnly Property Fields As IEnumerable(Of String)
Get
Property Value
Type:
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.
See Also