LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ImageHasIccProfile(String,Int32) Method

Show in webframe





Character string containing the name of the file that contains the embedded ICC profile.
1-based index of the page within the file that contains the ICC profile.
Determines whether a file has an embedded ICC profile.
Syntax
public static bool ImageHasIccProfile( 
   string fileName,
   int pageNumber
)
'Declaration
 
Public Overloads Shared Function ImageHasIccProfile( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) As Boolean
'Usage
 
Dim fileName As String
Dim pageNumber As Integer
Dim value As Boolean
 
value = IccProfileExtended.ImageHasIccProfile(fileName, pageNumber)

            

            
public:
static bool ImageHasIccProfile( 
   String^ fileName,
   int pageNumber
) 

Parameters

fileName
Character string containing the name of the file that contains the embedded ICC profile.
pageNumber
1-based index of the page within the file that contains the ICC profile.

Return Value

true if this file has an ICC Profile; false, otherwise.
Remarks
true if this file has an ICC Profile; false, otherwise.
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.