←Select platform

PageNumber Property

Summary

Gets the page number of the requested overlay image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int PageNumber { get; } 
Public ReadOnly Property PageNumber As Integer 
public int PageNumber {get;} 
@property (nonatomic, assign, readonly) NSUInteger pageNumber 
public int getPageNumber() 
 get_PageNumber();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly