HtmlSaveOptions.SimpleTextboxModeGrouping

HtmlSaveOptions.SimpleTextboxModeGrouping property

This attribute specifies a sequential grouping of glyphs and words into strings For example tags and words has different order in converted HTML and you want them to match. This parameter will be applied to document only when the value of FixedLayout attribute is true.

public bool SimpleTextboxModeGrouping { get; set; }

See Also