←Select platform

PageNumber Property

Summary

Gets a unique number that represents the page in the Pages collection.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public int PageNumber { get; } 
public int getPageNumber(); 
<DataMemberAttribute()>  
Public ReadOnly Property PageNumber() As Integer 
   Get 
public:  
   [DataMemberAttribute] 
   property Int32 PageNumber 
   { 
      Int32 get() 
   } 

Property Value

Unique integer value for each page in the Pages collection starting from 1.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly