custom_properties_export Eigentum

custom_properties_export Eigentum

Ruft einen Wert ab oder legt ihn fest, der bestimmt, wie CustomDocumentPropertyCollection in die Datei PDF exportiert wird. Der Standardwert ist „Keine“.

Definition:

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

Siehe auch