←Select platform

InputDocumentPageNumber Property

Summary

The current input page number.

Syntax
C#
VB
C++
Java
public int InputDocumentPageNumber { get; } 
Public ReadOnly Property InputDocumentPageNumber() As Integer 
   Get 
public:  
   property int InputDocumentPageNumber 
   { 
      int get() 
   } 
public int getInputDocumentPageNumber() 

Property Value

The 1-based current input page number.

Remarks

This value will go from DocumentConverterJobData.InputDocumentFirstPageNumber to the last page of the document. The value is the current page of this operation.

Example

For an example, refer to RunJob and RunJobAsync.

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