Link Search Menu Expand Document

BaseRendererFireProgressChanged Method

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

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

Parameters

ongoingOperation
Type: Bytescout.PDFRendererOngoingOperation

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

progress
Type: SystemDouble

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

cancel
Type: SystemBoolean

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

See Also

Reference