TextComparerDiffPiece Constructor ByteScout PDF Extractor SDK

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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