get_attachment_info method
get_attachment_info
Gets information about all attachments in an MHT file.
Returns
A list of MhtmlAttachmentInfo objects containing information about each attachment.
def get_attachment_info(self, source_stream):
...
| Parameter | Type | Description |
|---|---|---|
| source_stream | io.RawIOBase | The stream containing the MHT file. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when source_stream is null. |
See Also
- module
aspose.html.rendering - class
MhtmlAttachmentInfo - class
MhtmlAttachments