StreamWrapperFactoryCreateFileStreamWrapper Method (String, FileMode, FileAccess)

Creates FileStream with the specified path, creation mode, and read/write permission.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IStreamWrapper CreateFileStreamWrapper(
	string fileName,
	FileMode fileMode,
	FileAccess fileAccess
)

Parameters

fileName
Type: SystemString
fileMode
Type: System.IOFileMode
fileAccess
Type: System.IOFileAccess

Return Value

Type: IStreamWrapper

Implements

IStreamWrapperFactoryCreateFileStreamWrapper(String, FileMode, FileAccess)
See Also