PrintDocument for WinForms
Load(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Load メソッド : Load(String) メソッド
The source file name.
Loads the current document from a file. The persistence format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determined by the file extension. The format defaults to C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal fileName As System.String _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim fileName As System.String
 
instance.Load(fileName)
public void Load( 
   System.string fileName
)

パラメータ

fileName
The source file name.
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧