id property

id property

The identifier of Image Metadata signature. See ImageMetadataSignatures class that contains standard Signature with predefined Id value.

Definition:

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

See Also