PrintDocument for WinForms
FromStream(Stream,C1DocumentFormatEnum) メソッド


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

パラメータ

stream
The stream from which to load the document.
documentFormat
The document persistence format to use.

戻り値の型

The C1PrintDocument that was created.
参照

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