Click or drag to resize

SDFDoc Constructor (String)

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

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public SDFDoc(
	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 will cause unwanted behaviours.

See Also