AtalaFileStream Constructor |
Initializes a new instance of AtalaFileStream.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaFileStream(
string fileName,
FileMode fileMode,
FileAccess fileAccess
)
Public Sub New (
fileName As String,
fileMode As FileMode,
fileAccess As FileAccess
)
Parameters
- fileName
- Type: SystemString
The file name that this stream will write to or read from. - fileMode
- Type: System.IOFileMode
Specifies how the operating system should open the file to read or write. - fileAccess
- Type: System.IOFileAccess
Specified if the file is read, write, or read/write.
See Also