CreateFileStreamWrapper
CreateFileStreamWrapper(string, FileMode)
Creates FileStream with the specified path and creation mode.
public IStreamWrapper CreateFileStreamWrapper(string fileName, FileMode fileMode)
See Also
- interface IStreamWrapper
- class StreamWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreateFileStreamWrapper(string, FileMode, FileAccess)
Creates FileStream with the specified path, creation mode, and read/write permission.
public IStreamWrapper CreateFileStreamWrapper(string fileName, FileMode fileMode,
FileAccess fileAccess)
See Also
- interface IStreamWrapper
- class StreamWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides