ImageGear PDF v25.2 - Updated
ShowFileInfo Method




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.