'宣言 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.