←Select platform

PageCount Property

Summary

Number of pages in the document.

Syntax
C#
VB
C++
public int PageCount { get; set; } 
Public Property PageCount() As Integer 
   Get 
   Set 
public:  
   property Int32 PageCount 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

This property is the same as DocumentPages.Count.

Example

For an example, refer to GetDocumentCacheInfo(ObjectCache,string).

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.