←Select platform

InputDocumentPageNumber Property

Summary

The 1-based number of the page in the input document file that caused the error.

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

Property Value

The 1-based number of the page in the input document file that caused the error.

Remarks

This value may be 0 if the error that occur is not specific for any page.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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