PageRangeParse Method

Converts a string containing the range of page numbers to a PageRange.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static PageRange Parse(
	string value
)

Parameters

value  String
A String that contains the range of page numbers.

Return Value

PageRange
A new PageRange instance.

See Also