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