Saves the current document to a disk file. The persistense format (
C1DocumentFormatEnum.C1d or
C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to
C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.
シンタックス
'宣言
Public Overloads Sub Save( _
ByVal As System.String _
)
'使用法
Dim instance As C1PrintDocument
Dim fileName As System.String
instance.Save(fileName)
public void Save(
System.string
)
パラメータ
- fileName
- The target file name.
参照