ImageParsingTimeout Property

Summary

Gets or sets the timeout for parsing a requested image.

Syntax
C#
VB
C++
public TimeSpan ImageParsingTimeout { get; set; } 
  
Public Property ImageParsingTimeout As TimeSpan 
public: 
property TimeSpan ImageParsingTimeout { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

Property Value

A System.TimeSpan value to wait before interrupting the image parsing process.

Remarks

When a target image is requested for the first time, the server parses the image information and stores it in the CacheFolder folder for future requests. Parsing can take anywhere from a few seconds to several minutes, depending on the number and size of the image precincts.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly