originalPageCount Property

Summary

The number of pages in the original document.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPages.prototype, 'originalPageCount', 
	get: function() 
) 
TypeScript Syntax
originalPageCount: number; // read-only 

Property Value

The number of pages in the original document.

Remarks

This value is set to the number of pages in the original document. It will be equal to the number of items in this collection if default options were used.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly