الفئة FileOpenSource
Summary: Represents a file source for opening.
Module: aspose.imaging.sources
Full Name: aspose.imaging.sources.FileOpenSource
Inheritance: FileSource
Constructors
| Name | الوصف |
|---|---|
| FileOpenSource(file_path) | يُنشئ مثلاً جديدًا من الفئة FileOpenSource. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| file_path | string | r | يحصل على مسار الملف للفتح. |
| is_temporal | bool | r | يحصل على قيمة تُشير إلى ما إذا كان الملف سيكون مؤقتًا. |
Methods
| Name | الوصف |
|---|---|
| get_stream_container() | يحصل على حاوية الدفق. |
Constructor: FileOpenSource(file_path)
FileOpenSource(file_path)
يُنشئ مثلاً جديدًا من الفئة FileOpenSource.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| file_path | string | مسار الملف للفتح. |
Method: get_stream_container()
get_stream_container()
يحصل على حاوية الدفق.
Returns
| نوع | الوصف |
|---|---|
| StreamContainer | حاوية الدفق. |