Click or drag to resize

ReflowProcessorResponseDelgate Delegate

Delegate for retrieving responses from the ReflowProcessor

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public delegate void ReflowProcessorResponseDelgate(
	JobRequestResultState result,
	string resultFileName,
	Object customData
)

Parameters

result
Type: pdftron.PDFJobRequestResultState
Contains the information about the result of GetReflow
resultFileName
Type: SystemString
A String containing the file path of the reflowed page. In case of failure the resultFileName is empty.
customData
Type: SystemObject
Custom data specified by the user.
See Also