ReflowSetHTMLOutputTextMarkup Method |
Determines whether to write text markup tags into the output HTML. Default is false.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetHTMLOutputTextMarkup(
bool include
)
Public Sub SetHTMLOutputTextMarkup (
include As Boolean
)
public:
virtual void SetHTMLOutputTextMarkup(
[InAttribute] bool include
) sealed
function SetHTMLOutputTextMarkup(include);
Parameters
- include
- Type: SystemBoolean
if true text markup tags will be included in the output HTML.
See Also