Gets a Uri that represents the location of a International Color Consortium (ICC) or Image Color Management (ICM) color profile.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Uri ProfileUri { get; private set; }
Visual Basic
Public Property ProfileUri As Uri
	Get
	Private Set
Visual C++
public:
property Uri^ ProfileUri {
	Uri^ get ();
	private: void set (Uri^ value);
}

Field Value

The profile URI.

See Also