←Select platform

PageNumber Property

Summary

Gets the page number of the requested overlay image.

Syntax
C#
VB
Objective-C
C++
Java
public int PageNumber { get; } 
Public ReadOnly Property PageNumber As Integer 
@property (nonatomic, assign, readonly) NSUInteger pageNumber 
public int getPageNumber() 
public: 
property int PageNumber { 
   int get(); 
} 

Property Value

The 1-based index of the page number of the requested overlay image.

Remarks

This property is input only.

Example

For an example, refer to RasterCodecs.StartOverlay

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.Codecs Assembly