security property

security property

Sets the output PDF document security options.

Remarks

For details, see the documentation.

Definition:

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

See Also