C#
VB
Java
Objective-C
WinRT C#
C++
Gets the index of the RasterImage.Page into which the image data is being loaded.
public int ImagePage { get; }
Public ReadOnly Property ImagePage As Integer
public int ImagePage {get;}
@property (nonatomic, assign, readonly) NSUInteger imagePage
public int getImagePage()
get_ImagePage();
public:
property int ImagePage {
int get();
}
The 1-based index of the RasterImage.Page into which the image data is being loaded.
For an example, refer to RasterCodecs.LoadImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET