Compartir a través de


ITextProvider.DocumentRange Propiedad

Definición

Obtiene un intervalo de texto que agrega el texto principal de un documento.

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

Valor de propiedad

Intervalo de texto que incluye el texto principal de un documento.

Se aplica a