Visual Basic (Declaration) | |
---|---|
Public Overloads Sub ReadFromImage( _ ByVal stream As Stream, _ ByVal pageNumber As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void ReadFromImage( Stream stream, int pageNumber ) |
Managed Extensions for C++ | |
---|---|
public: void ReadFromImage( Stream* stream, int pageNumber ) |
C++/CLI | |
---|---|
public: void ReadFromImage( Stream^ stream, int pageNumber ) |
Parameters
- stream
- The stream containing the ICC profile.
- pageNumber
- 1-based index of the page within the file that contains the ICC profile.
For an example, refere to ReadFromImage.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family