Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayoutSplitter Class / CurrentLayout Property

In This Topic
    CurrentLayout Property
    In This Topic
    Gets the text layout representing the current portion to render, or null if a split operation has not been performed yet.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentLayout As TextLayout
    public TextLayout CurrentLayout {get;}
    See Also