Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SplitResult Enumeration

In This Topic
    SplitResult Enumeration
    In This Topic
    Describes the result of the TextLayout.Split and TextLayout.SplitAndBalance methods.
    Syntax
    'Declaration
     
    Public Enum SplitResult 
       Inherits System.Enum
    public enum SplitResult : System.Enum 
    Members
    MemberDescription
    CannotSplitUnable to split the text without leaving the first part (for Split) or the first page (for SplitAndBalance) empty.
    FitAllAll text fits into the original TextLayout (for Split) or the same page (for SplitAndBalance).
    SplitThe text split successfully between instances of TextLayout (for Split) or two pages (for SplitAndBalance).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.SplitResult

    See Also