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

The following tables list the members exposed by IccProfileExtended.

Public Constructors

 NameDescription
public Constructor IccProfileExtended ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DataGets or sets the complete ICC profile block of data.  
public Property HeaderGets or sets the ICC profile header.  
public Property TagDataGets or sets the tag's data.  
public Property TagListGets or sets the ICC profile tag list.  
Top

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