PrintDocument for WinForms
Load(Stream) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Load メソッド : Load(Stream) メソッド
The stream from which to load the document.
Loads the current document from a stream. The stream should contain a document in C1DocumentFormatEnum.C1d format.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal stream As System.IO.Stream _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim stream As System.IO.Stream
 
instance.Load(stream)
public void Load( 
   System.IO.Stream stream
)

パラメータ

stream
The stream from which to load the document.
参照

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