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