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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Forms 名前空間 > ProgressForm クラス > Export メソッド : Export(Exporter,Stream) メソッド
The exporter to use.
The output stream.
Performs export to a stream, using the current ProgressForm to show operation progress.
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal exporter As Exporter, _
   ByVal stream As System.IO.Stream _
) 
'使用法
 
Dim instance As ProgressForm
Dim exporter As Exporter
Dim stream As System.IO.Stream
 
instance.Export(exporter, stream)
public void Export( 
   Exporter exporter,
   System.IO.Stream stream
)

パラメータ

exporter
The exporter to use.
stream
The output stream.
参照

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