set_data method
set_data(data)
Sets user provided data of the resource which is used if IResourceLoadingCallback.resource_loading() returns ResourceLoadingAction.USER_PROVIDED.
def set_data(self, data: bytes):
...
Parameter | Type | Description |
---|---|---|
data | bytes |
See Also
- module aspose.words.loading
- class ResourceLoadingArgs