FileOpenSource‑klass
Summary: Represents a file source for opening.
Module: aspose.imaging.sources
Full Name: aspose.imaging.sources.FileOpenSource
Inheritance: FileSource
Constructors
| Name | Description |
|---|---|
| FileOpenSource(file_path) | Initierar en ny instans av klassen FileOpenSource. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| file_path | string | r | Hämtar filsökvägen att öppna. |
| is_temporal | bool | r | Hämtar ett värde som indikerar om filen kommer att vara temporär. |
Methods
| Name | Description |
|---|---|
| get_stream_container() | Hämtar strömbehållaren. |
Constructor: FileOpenSource(file_path)
FileOpenSource(file_path)
Initierar en ny instans av klassen FileOpenSource.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| file_path | string | Filsökvägen att öppna. |
Method: get_stream_container()
get_stream_container()
Hämtar strömbehållaren.
Returns
| Typ | Beskrivning |
|---|---|
| StreamContainer | strömbehållaren. |