StreamContent constructor
init
Initializes a new instance of the StreamContent
class.
def __init__(self, content):
...
Parameter | Type | Description |
---|---|---|
content | io.RawIOBase | The content. |
See Also
- module
aspose.svg.net
- class
StreamContent
Initializes a new instance of the StreamContent
class.
def __init__(self, content):
...
Parameter | Type | Description |
---|---|---|
content | io.RawIOBase | The content. |
aspose.svg.net
StreamContent