Click or drag to resize

ReflowSetHTMLOutputTextMarkup Method

Determines whether to write text markup tags into the output HTML. Default is false.

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

Parameters

include
Type: SystemBoolean
if true text markup tags will be included in the output HTML.
See Also