Documents for PDF, .NET Edition Documentation
TextSplitOptions Constructor(TextLayout)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextSplitOptions Class > TextSplitOptions Constructor : TextSplitOptions Constructor(TextLayout)
TextLayout to be used as the source of data for a new instance of TextSplitOptions.
Initializes a new instance of the TextSplitOptions class copying data from the given TextLayout.
Syntax
'Declaration
 
Public Function New( _
   ByVal textLayout As TextLayout _
)
public TextSplitOptions( 
   TextLayout textLayout
)

Parameters

textLayout
TextLayout to be used as the source of data for a new instance of TextSplitOptions.
See Also

Reference

TextSplitOptions Class
TextSplitOptions Members
Overload List