Opens the PDF document.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void OpenPDFDocument(
	string pdfFilePath
)
Visual Basic
Public Sub OpenPDFDocument ( _
	pdfFilePath As String _
)
Visual C++
public:
void OpenPDFDocument(
	String^ pdfFilePath
)

Parameters

pdfFilePath
Type: System..::..String
The PDF file path.

See Also