FileCreateStreamProvider constructor
init
Initializes a new instance of the FileCreateStreamProvider class.
def __init__(self):
...
init
Initializes a new instance of the FileCreateStreamProvider class.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | The file name. |
init
Initializes a new instance of the FileCreateStreamProvider class.
def __init__(self, directory, name):
...
| Parameter | Type | Description |
|---|---|---|
| directory | str | The directory. |
| name | str | The file name. |
See Also
- module
aspose.html.io - class
FileCreateStreamProvider