←Select platform

InputDocumentPageNumber Property

Summary

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

Syntax

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

Leadtools.Documents.Converters Assembly