searchable_objects property

searchable_objects property

Gets or sets the content objects that are to be included in a watermark search.

Remarks

This property also specifies content objects which are used in image search. For more information see Watermarker.search and Watermarker.get_images methods.

Learn more about searching watermarks: Searching watermarks.

Example

Remove all XObjects and Artifacts from a pdf document.

Definition:

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

See Also