Click or drag to resize

ColorSpaceCreateICCFromBuffer Method

Creates the icc from buffer.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static ColorSpace CreateICCFromBuffer(
	SDFDoc doc,
	byte[] buffer
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the doc
buffer
Type: SystemByte
the data

Return Value

Type: ColorSpace
the color space
See Also