Click or drag to resize

ConvertCreateReflow Method

Create a Reflow object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Reflow CreateReflow(
	Page in_page,
	string json_zones
)

Parameters

in_page
Type: pdftron.PDFPage
the Page to convert
json_zones
Type: SystemString
pre-recognized zoning information in JSON format

Return Value

Type: Reflow
A Reflow object
See Also