Document Library for WinForms
GetPageDocumentRange メソッド (C1PdfDocumentSource)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1PdfDocumentSource クラス : GetPageDocumentRange メソッド
A C1Page object specifying the page.
The C1.Win.Document.Util.IC1TextMeasurementContext to use while building C1DocumentRange.
Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text.
シンタックス
'宣言
 
Public Overrides Function GetPageDocumentRange( _
   ByVal page As C1Page, _
   ByVal textMeasurementContext As IC1TextMeasurementContext _
) As C1DocumentRange
public override C1DocumentRange GetPageDocumentRange( 
   C1Page page,
   IC1TextMeasurementContext textMeasurementContext
)

パラメータ

page
A C1Page object specifying the page.
textMeasurementContext
The C1.Win.Document.Util.IC1TextMeasurementContext to use while building C1DocumentRange.

戻り値の型

A C1DocumentRange that defines the page document range.
参照

C1PdfDocumentSource クラス
C1PdfDocumentSource メンバ