LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ReadFromImage(Stream,Int32) Method

Show in webframe





The stream containing the ICC profile.
1-based index of the page within the file that contains the ICC profile.
Loads an embedded ICC profile from a stream.
Syntax
public void ReadFromImage( 
   Stream stream,
   int pageNumber
)
'Declaration
 
Public Overloads Sub ReadFromImage( _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim instance As IccProfileExtended
Dim stream As Stream
Dim pageNumber As Integer
 
instance.ReadFromImage(stream, pageNumber)

            

            
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.
Remarks
Example
For an example, refer to ReadFromImage(String,Int32).
Requirements

Target Platforms

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members
Overload List
AddTag Method
GetTag Method
DeleteTag Method
GenerateIccFile Method
GetTagTypeSignature Method
GenerateProfileId Method
UpdateDataArray Method
ReadFromImage
WriteToImage
WriteToImage

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.