←Select platform

ImagePageCount Property

Summary

Optional number of pages in the input image.

Syntax
C#
Objective-C
C++/CLI
Python
public int ImagePageCount { get; set; } 
@property (nonatomic, assign) NSInteger imagePageCount; 
public:  
   property Int32 ImagePageCount 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
ImagePageCount # get and set (OcrAutoRecognizeJobData) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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