Click or drag to resize

CharacterSpacingControl Enumeration

Specifies the possible ways in which full-width characters can be compressed to remove additional whitespace.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum CharacterSpacingControl
Members
Member nameValueDescription
DoNotCompress0 Specifies that characters shall not have whitespace compression applied to them.
CompressPunctuation1 Specifies that only whitespace characters shall have whitespace compression applied to them.
CompressPunctuationAndJapaneseKana2 Specifies that whitespace and Japanese kana characters shall have whitespace compression applied to them.
See Also