Link Search Menu Expand Document

TextComparerDiffPiece Constructor

Initializes a new instance of the TextComparerDiffPiece class

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public DiffPiece(
	int pageIndex,
	int lineIndex,
	string text,
	TextComparerChangeType changeType
)

Parameters

pageIndex
Type: SystemInt32

[Missing <param name="pageIndex"/> documentation for "M:Bytescout.PDFExtractor.TextComparer.DiffPiece.#ctor(System.Int32,System.Int32,System.String,Bytescout.PDFExtractor.TextComparer.ChangeType)"]

lineIndex
Type: SystemInt32

[Missing <param name="lineIndex"/> documentation for "M:Bytescout.PDFExtractor.TextComparer.DiffPiece.#ctor(System.Int32,System.Int32,System.String,Bytescout.PDFExtractor.TextComparer.ChangeType)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Bytescout.PDFExtractor.TextComparer.DiffPiece.#ctor(System.Int32,System.Int32,System.String,Bytescout.PDFExtractor.TextComparer.ChangeType)"]

changeType
Type: Bytescout.PDFExtractorTextComparerChangeType

[Missing <param name="changeType"/> documentation for "M:Bytescout.PDFExtractor.TextComparer.DiffPiece.#ctor(System.Int32,System.Int32,System.String,Bytescout.PDFExtractor.TextComparer.ChangeType)"]

See Also

Reference