←Select platform

InputDocumentFirstPageNumber Property

Summary

Number of the first page to be converted from the input document

Syntax
C#
C++/CLI
Java
Python
public int InputDocumentFirstPageNumber { get; set; } 
public:  
   property int InputDocumentFirstPageNumber 
   { 
      int get() 
      void set(int value) 
   } 
public int getInputDocumentFirstPageNumber() 
public void setInputDocumentFirstPageNumber(int value) 
InputDocumentFirstPageNumber # get and set (DocumentConverterJobData) 

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.

Requirements

Target Platforms

Help Version 22.0.2023.5.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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