Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also