FlexReport for WinForms
GetPageMetafiles メソッド (C1DocumentSource)


C1.Win.C1Document.4.8 アセンブリ > C1.Win.C1Document 名前空間 > C1DocumentSource クラス : GetPageMetafiles メソッド
シンタックス
'宣言
 
Public Function GetPageMetafiles( _
   ByVal callback As System.Func(Of Boolean) _
) As System.Collections.Generic.List(Of Metafile)
'使用法
 
Dim instance As C1DocumentSource
Dim callback As System.Func(Of Boolean)
Dim value As System.Collections.Generic.List(Of Metafile)
 
value = instance.GetPageMetafiles(callback)
public System.Collections.Generic.List<Metafile> GetPageMetafiles( 
   System.Func<bool> callback
)

パラメータ

callback
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ