'宣言 Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ ByVal documentFormat As C1DocumentFormatEnum _ )
'使用法 Dim instance As C1PrintDocument Dim stream As System.IO.Stream Dim documentFormat As C1DocumentFormatEnum instance.Load(stream, documentFormat)
public void Load( System.IO.Stream stream, C1DocumentFormatEnum documentFormat )
パラメータ
- stream
- The stream from which to load the document.
- documentFormat
- The document persistence format to use.