Click or drag to resize

TextHorizontalOverflowType Enumeration

Determines whether the text can flow out of the bounding box horizontally.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum TextHorizontalOverflowType
Members
Member nameValueDescription
Overflow0 When a big character does not fit into a line, allow a horizontal overflow.
Clip1 When a big character does not fit into a line, clip it at the proper horizontal overflow.
See Also