Click or drag to resize

ColorSpaceCreateICCFromFile Method

Create a PDF 'ICCBased' color space given an ICC profile.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static ColorSpace CreateICCFromFile(
	SDFDoc doc,
	string filepath
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the doc
filepath
Type: SystemString
the filepath

Return Value

Type: ColorSpace
the color space
See Also