Click or drag to resize

MappedFile Constructor

Create a new instance of MappedFile class with the specified path and creation mode.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public MappedFile(
	string filename
)

Parameters

filename
Type: SystemString
The path to the file to open.
See Also