Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 MethodAddTag Adds a new tag to the ICC profile.  
Public MethodDeleteTag Deletes an existing tag from the ICC profile and returns it to the user.  
Public MethodGenerateIccFile Generates an ICC profile.  
Public MethodGenerateProfileId Generates the profile id, it should be called right before the GenerateIccFile.  
Public MethodGetTag Gets an existing tag from the ICC profile.  
Public MethodGetTagTypeSignature Gets the tag type signature of the tag with the given tag signature.  
Public MethodReadFromImageOverloaded.  Loads an embedded ICC profile from a file.  
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Public MethodUpdateDataArray At some point, after adding and deleting tags, the Data array will not reflect that latest changes. Call this method to update it.  
Public MethodWriteToImageOverloaded.  Embeds an ICC profile to a file.  
Top

See Also