PageGetFields Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the fields appeared on the page.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IEnumerable<TerminalField> GetFields(
	FixedDocument document
)

Parameters

document
Type: Apitron.PDF.KitFixedDocument
The document.

Return Value

Type: IEnumerableTerminalField
The fields.
See Also

Reference