ImageGear .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
public static void ShowFileInfo( 
   IWin32Window owner,
   string filePath
)
public: static void ShowFileInfo( 
   IWin32Window* owner,
   string* filePath
) 
public:
static void ShowFileInfo( 
   IWin32Window^ owner,
   String^ filePath
) 
'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)

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback