'宣言 Public Overloads Sub Save( _ 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.Save(stream, documentFormat)
public void Save( System.IO.Stream stream, C1DocumentFormatEnum documentFormat )
パラメータ
- stream
- The target stream.
- documentFormat
- The document persistence format to use.