Click or drag to resize

ReflowSetIncludeBBoxForRecognizedZones Method

Determines whether to include bounding box information (of the original PDF) in the output HTML. Default is false. The bounding box information will be stored using the attribute called "data-bbox" (value is written as "x1,y1,x2,y2", in PDF coordinates). Note: This option is only available when pre-recognized zoning information is set through SetRecognizedZones().

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetIncludeBBoxForRecognizedZones(
	bool include
)

Parameters

include
Type: SystemBoolean
if true bounding box information will be included in the output HTML
See Also