Click or drag to resize

ReflowSetHideImagesUnderText Method

Determines whether to hide images that are covered by text. Default is false.

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

Parameters

hide_images_under_text
Type: SystemBoolean
if true, images that are covered by text will not be included in the output HTML
See Also