ITextProvider.DocumentRange Property

Definition

Gets a text range that encloses the main text of a document.

public:
 property ITextRangeProvider ^ DocumentRange { ITextRangeProvider ^ get(); };
ITextRangeProvider DocumentRange();
public ITextRangeProvider DocumentRange { get; }
var iTextRangeProvider = iTextProvider.documentRange;
Public ReadOnly Property DocumentRange As ITextRangeProvider

Property Value

A text range that encloses the main text of a document.

Applies to