producer property

producer property

The name of the product that converted the document.

Definition:

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

See Also