Link Search Menu Expand Document

BaseExtractorFireProgressChanged Method

[Missing <summary> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.FireProgressChanged(Bytescout.PDFExtractor.OngoingOperation,System.Double,System.Boolean@)"]

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
protected virtual void FireProgressChanged(
	OngoingOperation ongoingOperation,
	double progress,
	ref bool cancel
)

Parameters

ongoingOperation
Type: Bytescout.PDFExtractorOngoingOperation

[Missing <param name="ongoingOperation"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.FireProgressChanged(Bytescout.PDFExtractor.OngoingOperation,System.Double,System.Boolean@)"]

progress
Type: SystemDouble

[Missing <param name="progress"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.FireProgressChanged(Bytescout.PDFExtractor.OngoingOperation,System.Double,System.Boolean@)"]

cancel
Type: SystemBoolean

[Missing <param name="cancel"/> documentation for "M:Bytescout.PDFExtractor.BaseExtractor.FireProgressChanged(Bytescout.PDFExtractor.OngoingOperation,System.Double,System.Boolean@)"]

See Also

Reference