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
)
Public Sub New (
filename As String
)
public:
MappedFile(
[InAttribute] String^ filename
)
pdftron.Filters.MappedFile = function(filename);
Parameters
- filename
- Type: SystemString
The path to the file to open.
See Also