Click or drag to resize

ReflowProcessorCancelRequest Method

Cancels reflow of a specific page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void CancelRequest(
	Page page
)

Parameters

page
Type: pdftron.PDFPage
A page previously passed into GetReflow
See Also