Click or drag to resize

ReflowSetMessageWhenReflowFailed Method

Sets the error message in the output HTML when reflow conversion fails. Use it for localization purposes. Default: "Could not reflow this page".

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetMessageWhenReflowFailed(
	string content
)

Parameters

content
Type: SystemString
the localized message
See Also