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
)
Public Shared Function CreateReflow (
in_page As Page,
json_zones As String
) As Reflow
public:
static Reflow^ CreateReflow(
[InAttribute] Page^ in_page,
[InAttribute] String^ json_zones
)
pdftron.PDF.Convert.CreateReflow = function(in_page, 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:
ReflowA Reflow object
See Also