Returns all form fields from a PDF document

GetFields(Byte[])

public async Task<AcroFormField[]> GetFields(byte[] document)
Public Async Function GetFields(ByVal document As Byte()) As Task(Of AcroFormField())

Parameters

Parameter Description
document The PDF document that is used to extract the form fields.