Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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 ConstructorIccProfileExtended ConstructorOverloaded.  Initializes a new IccProfileExtended with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyData Gets or sets the complete ICC profile block of data.  
Public PropertyHeader Gets or sets the ICC profile header.  
Public PropertyTagData Gets or sets the tag's data.  
Public PropertyTagList Gets or sets the ICC profile tag list.  
Top

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