[]
Creates an ICCProfile object for the specified ICC profile metadata.
This method returns null if metadata
has invalid data or is in unknown format.
public static ICCProfile Create(Stream metadata)
Public Shared Function Create(metadata As Stream) As ICCProfile
Type | Name | Description |
---|---|---|
Stream | metadata | The ICC profile metadata. |
Type | Description |
---|---|
ICCProfile | The ICCProfile object or null if |
Creates an ICCProfile object for ICC profile metadata loaded from the specified file.
This method returns null if fileName
has invalid data or is in unknown format.
public static ICCProfile Create(string fileName)
Public Shared Function Create(fileName As String) As ICCProfile
Type | Name | Description |
---|---|---|
string | fileName | The file containing the ICC profile metadata. |
Type | Description |
---|---|
ICCProfile | The ICCProfile object or null if |