←Select platform

ImagePageCount Property

Summary

Optional number of pages in the input image.

Syntax
C#
VB
C++
public int ImagePageCount { get; set; } 
Public Property ImagePageCount() As Integer 
   Get 
   Set 
public:  
   property Int32 ImagePageCount 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The optional number of pages in the input image. The default value is 0.

Remarks

This property can be set to inform the IOcrAutoRecognizeJob of the number of pages in the input image of this job. When the value of this property is 0 (the default value), the job will obtain the number of pages directly by performing a RasterCodecs.GetInformation operation on the input image file or stream.

If the value is set to any other positive value, then the job will not perform this GetInformation operation on the input image file or stream. This is useful to speed up the conversion process or to perform low-level functionality such as providing all the input image data in the job callback.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.