←Select platform

Page Property

Summary

Gets the page number currently being saved.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Page { get; } 
Public ReadOnly Property Page As Integer 
public int Page {get;} 
@property (nonatomic, assign, readonly) NSUInteger page 
public int getPage() 
 get_Page();  
public: 
property int Page { 
   int get(); 
} 

Property Value

The 1-based page number currently being saved.

Example

For an example, refer to RasterCodecs.SaveImage.

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