DocumentPageData

DocumentPageData constructor

Initializes a new instance of the DocumentPageData class.

public DocumentPageData(IEnumerable<FieldData> fields, int pageIndex)
Parameter Type Description
fields IEnumerable`1 The collection of fields data.
pageIndex Int32 The zero-based page index.

See Also