DioDocs for PDF
AlignmentDelayToSplit プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : AlignmentDelayToSplit プロパティ
Gets or sets a value indicating whether to delay full text alignment till when any of the Split* methods is called.

Do not use this property unless you are calling any of the Split* methods to render the text.

シンタックス
'宣言
 
Public Property AlignmentDelayToSplit As System.Boolean
public System.bool AlignmentDelayToSplit {get; set;}
解説
By default this property is false, and the text is completely aligned by the PerformLayout method. Setting this property to true delays complete alignment (e.g. justification) till one of the Split* methods is called. This improves performance when dealing with large amounts of text that is split between pages or columns, as it avoids aligning portions of text that will need to be re-aligned later anyway.
参照

TextLayout クラス
TextLayout メンバ
Split メソッド
SplitAndBalance メソッド
SplitRef メソッド
SplitAndBalanceRef メソッド