originalLastPageNumber Property

Summary

The number of the last page loaded into this document.

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

Property Value

The number of the last page loaded into this document.

Remarks

This value is set to LoadDocumentOptions.LastPageNumber used when creating this document or equals to the number of pages in the original document if default options were used.

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