PrintDocument for WinForms
FromStream(Stream) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > FromStream メソッド : FromStream(Stream) メソッド
The stream from which to load the document.
Creates a new instance of the C1PrintDocument class, and loads the document from the specified stream. The stream must contain a document in the C1DocumentFormatEnum.C1d format.
シンタックス
'宣言
 
Public Overloads Shared Function FromStream( _
   ByVal stream As System.IO.Stream _
) As C1PrintDocument
'使用法
 
Dim stream As System.IO.Stream
Dim value As C1PrintDocument
 
value = C1PrintDocument.FromStream(stream)
public static C1PrintDocument FromStream( 
   System.IO.Stream stream
)

パラメータ

stream
The stream from which to load the document.

戻り値の型

The C1PrintDocument that was created.
参照

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