Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
WriteToImage(Stream,Int32) Method
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class > WriteToImage Method : WriteToImage(Stream,Int32) Method




stream
The stream containing the ICC profile.
pageNumber
1-based index of the page within the file that contains the ICC profile.
Embedds an ICC profile to a stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub WriteToImage( _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
Dim stream As Stream
Dim pageNumber As Integer
 
instance.WriteToImage(stream, pageNumber)
C# 
public void WriteToImage( 
   Stream stream,
   int pageNumber
)
Managed Extensions for C++ 
public: void WriteToImage( 
   Stream* stream,
   int pageNumber
) 
C++/CLI 
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.

Example

For an example, refere to WriteToImage.

Remarks

ICC profiles can be loaded from JPEG, TIFF or GIF files. For multipage files, and you can save the profile to a particular page using the pageNumber parameter. If the ICC was version 4.0 or 4.2, this method generates the profile id, and updates the data array.

Requirements

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

See Also