FlexReport for WinForms
GetWholeDocumentRange メソッド (C1PdfDocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1PdfDocumentSource クラス : GetWholeDocumentRange メソッド
The C1.Document.Util.IC1TextMeasurementContext to use while building C1DocumentRange.
Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text.
シンタックス
'宣言
 
Public Overrides Function GetWholeDocumentRange( _
   ByVal textMeasurementContext As IC1TextMeasurementContext _
) As C1DocumentRange
'使用法
 
Dim instance As C1PdfDocumentSource
Dim textMeasurementContext As IC1TextMeasurementContext
Dim value As C1DocumentRange
 
value = instance.GetWholeDocumentRange(textMeasurementContext)
public override C1DocumentRange GetWholeDocumentRange( 
   IC1TextMeasurementContext textMeasurementContext
)

パラメータ

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

戻り値の型

A C1DocumentRange that defines the whole document.
参照

参照

C1PdfDocumentSource クラス
C1PdfDocumentSource メンバ