Click or drag to resize

ReflowSetDoNotReflowTextOverImages Method

Determines whether to not reflow text that appears over images. Default is false.

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

Parameters

do_not_reflow_text_over_images
Type: SystemBoolean
if true, text that appears over images will not be included in the output HTML
See Also