Enum HtmlSpaceMode

HtmlSpaceMode enumeration

Specifies how whitespace is represented in the generated HTML.

public enum HtmlSpaceMode

Values

NameValueDescription
Character0Use HTML character entities(such as  , &ensp) to represent whitespace
Css1Uses CSS properties such as padding to represent whitespace.

See Also