←Select platform

InputDocumentPageNumber Property

Summary

The current input page number.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly