DocumentData

DocumentData constructor

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