Click or drag to resize

ReflowProcessorGetReflow Method

Request reflow from a page. Results are reported via the ReflowProcessorResponse event.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void GetReflow(
	Page page,
	Object customData
)

Parameters

page
Type: pdftron.PDFPage
A page to reflow
customData
Type: SystemObject
customData will be returned in ReflowProcessorResponse
See Also