[]
        
(Showing Draft Content)

C1.WPF.Document.C1PdfDocumentSource.GetWholeDocumentRange

GetWholeDocumentRange Method

GetWholeDocumentRange(IC1TextMeasurementContext)

Creates a C1.WPF.Document.C1DocumentRange object that includes the whole document. This method can return null if the document contains no text.

Declaration
public override C1DocumentRange GetWholeDocumentRange(IC1TextMeasurementContext textMeasurementContext)
Parameters
Type Name Description
IC1TextMeasurementContext textMeasurementContext

The C1.WPF.Document.Util.IC1TextMeasurementContext to use while building C1.WPF.Document.C1DocumentRange.

Returns
Type Description
C1DocumentRange

A C1.WPF.Document.C1DocumentRange that defines the whole document.

Overrides