Gets the index of the
RasterImage.Page into which the image data is being loaded.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ImagePage As Integer |
C# | |
---|
public int ImagePage {get;} |
C++/CLI | |
---|
public:
property int ImagePage {
int get();
} |
Property Value
The 1-based index of the
RasterImage.Page into which the image data is being loaded.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also