Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

InputDocumentPageNumber Property (DocumentConverterJobError)






The 1-based number of the page in the input document file that caused the error.
Syntax
public int InputDocumentPageNumber {get; set;}
'Declaration
 
Public Property InputDocumentPageNumber As Integer
'Usage
 
Dim instance As DocumentConverterJobError
Dim value As Integer
 
instance.InputDocumentPageNumber = value
 
value = instance.InputDocumentPageNumber
public int getInputDocumentPageNumber()
public void setInputDocumentPageNumber(int value)
            
public:
property int InputDocumentPageNumber {
   int get();
   void set (    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

See Also

Reference

DocumentConverterJobError Structure
DocumentConverterJobError Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features