LoadOptionsResourceLoadingTimeout Property |
The external resources e.g. graphics loading timeout.
The default value is 30 seconds.
This option is supported for Word Processing documents that contain external resources.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.7
Syntaxpublic TimeSpan ResourceLoadingTimeout { get; set; }
Public Property ResourceLoadingTimeout As TimeSpan
Get
Set
public:
property TimeSpan ResourceLoadingTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member ResourceLoadingTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also