AttachedFile

Overview

AttachedFile is a class in Aspose.Note FOSS for Python. Inherits from: Node.

AttachedFile.FileName holds the optional name of the attached file.

This class provides 1 method for working with AttachedFile objects in Python programs. Available methods include: __init__. All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Bytes, FileName, Tags.

Properties

NameTypeAccessDescription
FileNamestr | NoneReadGets the file name.
BytesbytesReadGets the bytes.
Tagslist[NoteTag]ReadGets the tags.

Methods

SignatureDescription
__init__(FileName: str | None, Bytes: bytes, Tags: list[NoteTag] | None)

See Also