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
)
Public Sub SetMessageWhenReflowFailed (
content As String
)
public:
virtual void SetMessageWhenReflowFailed(
[InAttribute] String^ content
) sealed
function SetMessageWhenReflowFailed(content);
Parameters
- content
- Type: SystemString
the localized message
See Also