Returns color profile file name.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public ReadOnly Property FileName As String
public string FileName { get; }
Color profile always has file name even if you work with embedded profile. In this case profile is copied to temporary file and its name is returned.
When you attach color profile to the Bitmap.ColorProfile, profile file will be copied to temporary folder. That's why file name returned by this property and file name returned by Bitmap.ColorProfile will differ.