←Select platform

JobStatusPageNumber Property

Summary

The page number currently being converted.

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

Property Value

The page number currently being converted. The default value is 0.

Remarks

The value of JobStatusMessage will be updated when StatusJobDataRunner.QueryJobStatus is called. The value contains a helpful user-friendly message about the status of the job.

The page number currently being converted is set in JobStatusPageNumber. If the value is 0, then the runner is not working on any page but instead is performing a document-wide operation such as loading the input document or uploading the output document to the cache.

Example

For an example, refer to StatusJobDataRunner.

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.Document.Converter Assembly