FileCreateSource Class
Contents
[
Hide
]Summary: Represents a file source for creation.
Module: aspose.psd.sources
Full Name: aspose.psd.sources.FileCreateSource
Inheritance: FileSource
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| FileCreateSource(file_path) | Initializes a new instance of the FileCreateSource class. |
| FileCreateSource(file_path, is_temporal) | Initializes a new instance of the FileCreateSource class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| file_path | string | r | Gets the file path to create. |
| is_temporal | bool | r | Gets a value indicating whether file will be temporal. |
Methods
| Name | Description |
|---|---|
| get_stream_container() | Gets the stream container. |
Constructor: FileCreateSource(file_path)
FileCreateSource(file_path)
Initializes a new instance of the FileCreateSource class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| file_path | string | The file path to create. |
Constructor: FileCreateSource(file_path, is_temporal)
FileCreateSource(file_path, is_temporal)
Initializes a new instance of the FileCreateSource class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| file_path | string | The file path to create. |
| is_temporal | bool | If set to |
Method: get_stream_container()
get_stream_container()
Gets the stream container.
Returns
| Type | Description |
|---|---|
| StreamContainer | the stream container. |