FileOpenSource Sınıfı
Summary: Represents a file source for opening.
Module: aspose.imaging.sources
Full Name: aspose.imaging.sources.FileOpenSource
Inheritance: FileSource
Constructors
| Name | Açıklama |
|---|---|
| FileOpenSource(file_path) | Yeni bir FileOpenSource sınıfı örneği başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| file_path | string | r | Açılacak dosya yolunu alır. |
| is_temporal | bool | r | Dosyanın geçici olup olmayacağını gösteren bir değer alır. |
Methods
| Name | Açıklama |
|---|---|
| get_stream_container() | Akış kapsayıcısını alır. |
Constructor: FileOpenSource(file_path)
FileOpenSource(file_path)
Yeni bir FileOpenSource sınıfı örneği başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| file_path | string | Açılacak dosya yolu. |
Method: get_stream_container()
get_stream_container()
Akış kapsayıcısını alır.
Returns
| Tür | Açıklama |
|---|---|
| StreamContainer | akış kapsayıcısı. |