FileOpenSource Class

Summary: Represents a file source for opening.

Module: aspose.imaging.sources

Full Name: aspose.imaging.sources.FileOpenSource

Inheritance: FileSource

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
FileOpenSource(file_path)Initializes a new instance of the FileOpenSource class.

Properties

NameTypeAccessDescription
file_pathstringrGets the file path to open.
is_temporalboolrGets a value indicating whether file will be temporal.

Methods

NameDescription
get_stream_container()Gets the stream container.

Constructor: FileOpenSource(file_path)

 FileOpenSource(file_path) 

Initializes a new instance of the FileOpenSource class.

Parameters:

ParameterTypeDescription
file_pathstringThe file path to open.

Method: get_stream_container()

 get_stream_container() 

Gets the stream container.

Returns

TypeDescription
StreamContainerthe stream container.