show_image_placeholders property
show_image_placeholders property
Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property IUserAgentService.show_image_placeholders
specifies whether to display the fallback image (default is true)
Definition:
@property
def show_image_placeholders(self):
...
@show_image_placeholders.setter
def show_image_placeholders(self, value):
...
See Also
- module
aspose.html.services
- class
IUserAgentService