Click or drag to resize

Reflow.SetIncludeImages 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: System.Boolean
if true images will be included in the output HTML
See Also