Click or drag to resize

PDFDoc Constructor (String)

Creates a new PDF document from the specified full path of the file.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFDoc(
	string filePath
)

Parameters

filePath
Type: SystemString
The full path to the file to load from.
Remarks

Make sure to call InitSecurityHandler to check whether the document is encrypted.

This method can only be used when opening files within an app's own storage (see: http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx). Using this method in any other way may cause unwanted behaviours.

See Also