LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ImageHasIccProfile(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.
Determines whether a stream has an embedded ICC profile.
Syntax
public static bool ImageHasIccProfile( 
   Stream stream,
   int pageNumber
)
'Declaration
 
Public Overloads Shared Function ImageHasIccProfile( _
   ByVal stream As Stream, _
   ByVal pageNumber As Integer _
) As Boolean
'Usage
 
Dim stream As Stream
Dim pageNumber As Integer
Dim value As Boolean
 
value = IccProfileExtended.ImageHasIccProfile(stream, pageNumber)

            

            
public:
static bool ImageHasIccProfile( 
   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.

Return Value

true if this stream has an embedded ICC Profile; false, if it does not.
Remarks
Example
For an example, refer to IccProfileExtended.
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.