Click or drag to resize

ReflowSetMessageWhenNoReflowContent Method

Sets the error message in the output HTML when the page doesn't contain reflowable text. Use it for localization purposes. Default: "This page doesn't contain reflowable text".

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

Parameters

content
Type: SystemString
the localized message
See Also