inputDocumentLastPageNumber Property

Summary

Number of the last page to be converted from the input document.

Syntax
TypeScript
JavaScript
Object.defineProperty(StatusJobData.prototype, 'inputDocumentLastPageNumber', 
   get: function() 
) 
readonly inputDocumentLastPageNumber: number; 

Property Value

The 1-based number of the last page to be converted from the input document. A value of -1 means to use the last page in the document. Default value is 0.

Remarks

This member mirrors DocumentConverterJobData.InputDocumentLastPageNumber. Refer to it for more information.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

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

Leadtools.Document Assembly