Click or drag to resize

ReflowProcessor.CancelRequest 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.PDF.Page
A page previously passed into GetReflow
See Also