skip_external_resources property

skip_external_resources property

The property disables loading of all external resources such as images, except those listed in LoadOptions.whitelisted_resources.

For code example, see the documentation at https://docs.groupdocs.com/viewer/net/loading-external-resources/#skip-loading-of-external-resources.

Definition:

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

See Also