PrintDocument for WinForms
FileOpen(String) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewFileActions クラス > FileOpen メソッド : FileOpen(String) メソッド
The name of the file to open.
Loads the document from a specified file. If the file does not exist uses its directory as the initial directory for the "open file" dialog.
シンタックス
'宣言
 
Public Overloads Function FileOpen( _
   ByVal fileName As System.String _
) As System.Object
'使用法
 
Dim instance As C1PreviewFileActions
Dim fileName As System.String
Dim value As System.Object
 
value = instance.FileOpen(fileName)
public System.object FileOpen( 
   System.string fileName
)

パラメータ

fileName
The name of the file to open.

戻り値の型

The opened document or null if operation was cancelled or there was an error while loading the document.
参照

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