Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobData Structure : InputDocumentFirstPageNumber Property |
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)
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.
For an example, refer to RunJob and RunJobAsync.