Click or drag to resize

ReflowSetHideBackgroundImages Method

Determines whether to hide background images. Default is false.

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

Parameters

hide_background_images
Type: SystemBoolean
if true, background images will not be included in the output HTML
See Also