PrintDocument for WinForms
Export(Stream,ExportProvider,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > Export メソッド : Export(Stream,ExportProvider,Boolean) メソッド
The destination stream.
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
Flag indicating whether to show the progress dialog.
Exports the current multi-document to a stream.
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal exportProvider As ExportProvider, _
   ByVal showProgress As System.Boolean _
) 
'使用法
 
Dim instance As C1MultiDocument
Dim stream As System.IO.Stream
Dim exportProvider As ExportProvider
Dim showProgress As System.Boolean
 
instance.Export(stream, exportProvider, showProgress)
public void Export( 
   System.IO.Stream stream,
   ExportProvider exportProvider,
   System.bool showProgress
)

パラメータ

stream
The destination stream.
exportProvider
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
showProgress
Flag indicating whether to show the progress dialog.
参照

C1MultiDocument クラス
C1MultiDocument メンバ
オーバーロード一覧