LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

WriteToImage(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.
Embeds an ICC profile into a stream.
Syntax
public void WriteToImage( 
   Stream stream,
   int pageNumber
)
'Declaration
 
Public Overloads Sub WriteToImage( _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim instance As IccProfileExtended
Dim stream As Stream
Dim pageNumber As Integer
 
instance.WriteToImage(stream, pageNumber)

            

            
public:
void WriteToImage( 
   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 WriteToImage(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
ReadFromImage
WriteToImage

 

 


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