Click or drag to resize
TextHelperSplitPages Method (String, Int32)
Returns an array of text pages created from the input string according to the page size.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string[] SplitPages(
	string text,
	int pageSize
)

Parameters

text
Type: SystemString
Input string to create pages from
pageSize
Type: SystemInt32
Page size

Return Value

Type: String
See Also