name property
name property
Gets or sets the name of the attached file.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
groupdocs.watermark.contents.pdf
- class
PdfAttachment
Gets or sets the name of the attached file.
@property
def name(self):
...
@name.setter
def name(self, value):
...
groupdocs.watermark.contents.pdf
PdfAttachment