[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.SplitResult

Enum SplitResult

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll
public enum SplitResult

Fields

CannotSplit = 2

Unable to split the text without leaving the first part (for Split) or the first page (for SplitAndBalance) empty.

FitAll = 1

All text fits into the original TextLayout (for Split) or the same page (for SplitAndBalance).

Split = 0

The text split successfully between instances of TextLayout (for Split) or two pages (for SplitAndBalance).