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

Show in webframe

InputDocumentFirstPageNumber Property






Number of the first page to be converted from the input document
Syntax
public int InputDocumentFirstPageNumber {get; set;}
'Declaration
 
Public Property InputDocumentFirstPageNumber As Integer
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As Integer
 
instance.InputDocumentFirstPageNumber = value
 
value = instance.InputDocumentFirstPageNumber
public int getInputDocumentFirstPageNumber()
public void setInputDocumentFirstPageNumber(int value)
            
public:
property int InputDocumentFirstPageNumber {
   int get();
   void set (    int value);
}

Property Value

The 1-based number of the first page to be converted from the input document. Default value is 0.
Remarks

The converter will automatically uses 1 for InputDocumentFirstPageNumber and -1 (last page) in InputDocumentLastPageNumber if the values are left as the default of 0.

You can use InputDocumentFirstPageNumber and InputDocumentLastPageNumber to recognize only a certain range of pages in the input document file.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData 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