Click or drag to resize

TextRange Constructor

Initializes a new instance of the TextRange class.

Namespace:  Spire.Doc.Fields
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public TextRange(
	IDocument doc
)

Parameters

doc
Type: Spire.Doc.InterfaceIDocument
The doc.
See Also