'Declaration Public Overloads Shared Function Create( _ ByVal fileName As System.String _ ) As ICCProfile
public static ICCProfile Create( System.string fileName )
Parameters
- fileName
- The file containing the ICC profile metadata.
Return Value
The ICCProfile object or a null reference (Nothing in Visual Basic) if fileName contains invalid or unsupported data.