document_id property

document_id property

Gets or sets the value of the xmpMM:DocumentID property from the referenced resource.

Definition:

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

See Also