ITextProvider.DocumentRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.