Table of Contents

Method OpenFileStream

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

OpenFileStream(string)

Opens an existing file stream. If file stream does not exist the appropriate exception is thrown.

public static FileStreamContainer OpenFileStream(string fileLocation)

Parameters

fileLocation string

The file location.

Returns

FileStreamContainer

The file stream container.