Opens a PDF file (can be used for any valid PDF file).
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool Open( string strFile ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Open ( _ strFile As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool Open( String^ strFile ) | 
Parameters
- strFile
- Type: System..::.String
 The path to the PDF file to open.





