1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. DocumentData
  8. /
  9. DocumentData

DocumentData

DocumentData(IEnumerable<FieldData>)

Initializes a new instance of the DocumentData class.

public DocumentData(IEnumerable<FieldData> fields)
Parameter Type Description
fields IEnumerable`1 The collection of fields data.

See Also


DocumentData(Template, IEnumerable<FieldData>)

Initializes a new instance of the DocumentData class.

public DocumentData(Template template, IEnumerable<FieldData> fields)
Parameter Type Description
template Template The template.
fields IEnumerable`1 The collection of fields data.

See Also