LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccProfileExtended Class Methods
See Also 
Leadtools.ColorConversion Namespace : IccProfileExtended Class


"

For a list of all members of this type, see IccProfileExtended members.

"

Public Methods

 NameDescription
public Method AddTagAdds a new tag to the ICC profile.  
public Method DeleteTagDeletes an existing tag from the ICC profile and returns it to the user.  
public Method GenerateIccFileGenerates an ICC profile.  
public Method GenerateProfileIdGenerates the profile id, it should be called right before the GenerateIccFile.  
public Method GetTagGets an existing tag from the ICC profile.  
public Method GetTagTypeSignatureGets the tag type signature of the tag with the given tag signature.  
public Method ReadFromImageOverloaded. Loads an embedded ICC profile from a file.  
public Method ToStringOverridden. Returns a meaningful name for this method.  
public Method UpdateDataArrayAt some point, after adding and deleting tags, the Data array will not reflect that latest changes. Call this method to update it.  
public Method WriteToImageOverloaded. Embeds an ICC profile to a file.  
Top

See Also