DioDocs for PDF
SoftHyphenReplacementCharCode プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : SoftHyphenReplacementCharCode プロパティ
Gets or sets a UTF-32 character code used as replacement for soft hyphen characters (0x00AD) at ends of lines when breaking words across lines.

The default is 0x002D (the Unicode hyphen-minus character).

Setting this to 0 breaks words without showing any visible hyphen character.

Setting this to -1 prevents breaking words at soft hyphens.

Note that if this property is changed, either RecalculateGlyphs or PerformLayout with true as the parameter must be called for the changes to be processed correctly.
シンタックス
'宣言
 
Public Property SoftHyphenReplacementCharCode As System.Integer
public System.int SoftHyphenReplacementCharCode {get; set;}
参照

TextLayout クラス
TextLayout メンバ