GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AlignmentDelayToSplit Property

In This Topic
AlignmentDelayToSplit Property
In This Topic
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
 
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