inputDocumentFirstPageNumber Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentConverterJobData.prototype, 'inputDocumentFirstPageNumber', 
   get: function(), 
   set: function(value) 
) 
inputDocumentFirstPageNumber: number; 

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 Convert.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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