Documents for PDF, .NET Edition Documentation
AlignmentDelayToSplit Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : AlignmentDelayToSplit Property
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.

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

Reference

TextLayout Class
TextLayout Members
Split Method
SplitAndBalance Method
SplitRef Method
SplitAndBalanceRef Method