Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccProfileExtended Constructor(String)
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class > IccProfileExtended Constructor : IccProfileExtended Constructor(String)



fileName
File name of ICC file to be loaded into the new object.
Initializes a new IccProfileExtended with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileName As String _
)
Visual Basic (Usage)Copy Code
Dim fileName As String
 
Dim instance As IccProfileExtended(fileName)
C# 
public IccProfileExtended( 
   string fileName
)
C++/CLI 
public:
IccProfileExtended( 
   String^ fileName
)

Parameters

fileName
File name of ICC file to be loaded into the new object.

Example

For an example, refer to IccXyzTagType.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also