This documentation is for the old version. Go to the latest Graphics Mill docs

ColorProfile.FileName Property

Returns color profile file name.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property FileName As String
C#
public string FileName { get; }

Property Value

A string containing color profile file name.

Remarks

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.

Note

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.

See Also

Reference