public System.bool AlignmentDelayToSplit {get; set;}
'Declaration
Public Property AlignmentDelayToSplit As System.Boolean
Remarks
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.