Gets or sets the timeout for parsing a requested image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ImageParsingTimeout As TimeSpan |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JpipServerConfiguration
Dim value As TimeSpan
instance.ImageParsingTimeout = value
value = instance.ImageParsingTimeout
|
C# | |
---|
public TimeSpan ImageParsingTimeout {get; set;} |
Return Value
A
TimeSpan value to wait before interrupting the image parsing process.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also