←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly