pageCount Property

Summary

Number of pages in the document.

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

Property Value

This property is the same as DocumentPages.count.

Example

For an example, refer to DocumentFactory.checkCacheInfo.

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