comment property

comment property

Gets or sets the jpeg file comment.

Definition:

@property
def comment(self):
    ...
@comment.setter
def comment(self, value):
    ...

See Also