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


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

パラメータ

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

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