ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / OfficeProcessingTimeout Property




In This Topic
OfficeProcessingTimeout Property
In This Topic
Gets or sets a timeout value in milliseconds for the processing office documents. This parameter is useful for loading and working with a large or complicated documents.
Syntax
'Declaration
 
Public Property OfficeProcessingTimeout As Long
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As Long
 
instance.OfficeProcessingTimeout = value
 
value = instance.OfficeProcessingTimeout

Property Value

Long value.
Remarks
The default value is 300000.
See Also