Click or drag to resize

ReflowSetIncludeImages Method

Determines whether to include images in the output HTML. Default is false.

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

Parameters

include
Type: SystemBoolean
if true images will be included in the output HTML
See Also