ColorProfile constructor. Reads the ICC Based color profile from stream. The caller is responsible for closing the stream. The stream can be closed after this constructor returns.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public ColorProfile(
	Stream stream
)
Visual Basic
Public Sub New ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream providing the ICC Based color profile.

See Also