PrintDocument for WinForms
Export(Stream) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス > Export メソッド : Export(Stream) メソッド
Stream object to store results of export.
Exports the object specified by the Exporter.Document property on the current exporter to the specified System.IO.Stream.

Note that some export formats do not support exporting to streams. Test the value returned by the ExportProvider.CanExportToStream property on Exporter.ExportProvider prior to calling this method.

シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream _
) 
'使用法
 
Dim instance As Exporter
Dim stream As System.IO.Stream
 
instance.Export(stream)
public void Export( 
   System.IO.Stream stream
)

パラメータ

stream
Stream object to store results of export.
参照

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