'宣言 Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal documentFormat As C1DocumentFormatEnum _ )
'使用法 Dim instance As C1PrintDocument Dim fileName As System.String Dim documentFormat As C1DocumentFormatEnum instance.Save(fileName, documentFormat)
public void Save( System.string fileName, C1DocumentFormatEnum documentFormat )
パラメータ
- fileName
- The target file name.
- documentFormat
- The document persistence format to use.