PageRange Conversion (String to PageRange)
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 implicit operator PageRange (
string value
)
Public Shared Widening Operator CType (
value As String
) As PageRange
- value String
- A String that contains the range of page numbers.
PageRangeA new
PageRange instance.