tag_prefix property

tag_prefix property

The prefix tag of Pdf Metadata signature name. By default this property is set to “xmp”. Possible values are

Definition:

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

See Also