PageRange   Conversion (PageRange to String)

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

Definition

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

Parameters

value  PageRange
A PageRange instance.

Return Value

String
A string representation of the range of page numbers.

See Also