Click or drag to resize

CsICCBased(PdfDocument, PdfTypeStream) Constructor

Initialize new instance of the CsICCBased class;

Namespace: Patagames.Pdf.Net.ColorSpace
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public CsICCBased(
	PdfDocument document,
	PdfTypeStream stream
)

Parameters

document  PdfDocument
The PDF document.
stream  PdfTypeStream
A stream containing ICC based colorspace.
See Also