PageRangeParse Method
Converts a string containing the range of page numbers to a
PageRange.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static PageRange Parse(
string value
)
Public Shared Function Parse (
value As String
) As PageRange
- value String
- A String that contains the range of page numbers.
PageRangeA new
PageRange instance.