Link Search Menu Expand Document

ResultField Constructor (String, Object, Int32, Single)

Initializes a new instance of the ResultField class

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public ResultField(
	string name,
	Object value,
	int pageIndex,
	float[] rectangle
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:ByteScout.DocumentParser.ResultField.#ctor(System.String,System.Object,System.Int32,System.Single[])"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:ByteScout.DocumentParser.ResultField.#ctor(System.String,System.Object,System.Int32,System.Single[])"]

pageIndex
Type: SystemInt32

[Missing <param name="pageIndex"/> documentation for "M:ByteScout.DocumentParser.ResultField.#ctor(System.String,System.Object,System.Int32,System.Single[])"]

rectangle
Type: SystemSingle

[Missing <param name="rectangle"/> documentation for "M:ByteScout.DocumentParser.ResultField.#ctor(System.String,System.Object,System.Int32,System.Single[])"]

See Also

Reference