Aspose::Pdf::HtmlSaveOptions::set_PreventGlyphsGrouping method

HtmlSaveOptions::set_PreventGlyphsGrouping method

This attribute switch on the mode when text glyphs will not be grouped into words and strings This mode allows to keep maximum precision during positioning of glyphs on the page and it can be used for conversion documents with music notes or glyphs that should be placed separately each other. This parameter will be applied to document only when the value of FixedLayout attribute is true.

void Aspose::Pdf::HtmlSaveOptions::set_PreventGlyphsGrouping(bool value)

See Also