Optional number of pages in the input image.
public int ImagePageCount { get; set; }
Public Property ImagePageCount() As Integer
Get
Set
public:
property Int32 ImagePageCount
{
Int32 get()
void set(Int32 value)
}
The optional number of pages in the input image. The default value is 0.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document