Opens a PDF file (can be used for any valid PDF file).

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

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.

Return Value

Returns true on success, false otherwise. Please note that for any successfull Open call, a corresponding Close call must be made.

See Also