content property
content property
Gets or sets the attached file content.
Definition:
@property
def content(self):
...
@content.setter
def content(self, value):
...
See Also
- module
groupdocs.watermark.common
- class
Attachment
Gets or sets the attached file content.
@property
def content(self):
...
@content.setter
def content(self, value):
...
groupdocs.watermark.common
Attachment