ImageGear for .NET
ShowFileInfo Method




Handle of window to use as parent for dialog box.
File to show information about.
Shows a window with information about a file.
Syntax
'Declaration
 
Public Shared Sub ShowFileInfo( _
   ByVal owner As IWin32Window, _
   ByVal filePath As String _
) 
'Usage
 
Dim owner As IWin32Window
Dim filePath As String
 
ImGearWinForms.ShowFileInfo(owner, filePath)
public static void ShowFileInfo( 
   IWin32Window owner,
   string filePath
)
public: static void ShowFileInfo( 
   IWin32Window* owner,
   string* filePath
) 
public:
static void ShowFileInfo( 
   IWin32Window^ owner,
   String^ filePath
) 

Parameters

owner
Handle of window to use as parent for dialog box.
filePath
File to show information about.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
ShowPageInfo Method
ShowDocumentInfo Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback