[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.GetPageDocumentRange

GetPageDocumentRange Method

GetPageDocumentRange(C1Page, IC1TextMeasurementContext)

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

Declaration
public virtual C1DocumentRange GetPageDocumentRange(C1Page page, IC1TextMeasurementContext textMeasurementContext)
Parameters
Type Name Description
C1Page page

A C1.WPF.Document.C1Page object specifying the page.

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 page document range.