HtmlSaveOptions.PreventGlyphsGrouping

HtmlSaveOptions.PreventGlyphsGrouping property

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.

public bool PreventGlyphsGrouping { get; set; }

See Also