Click or drag to resize

PDFNetSetDefaultDeviceCMYKProfile Method

Sets the default ICC color profile for DeviceCMYK color space.

Namespace:  pdftron
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void SetDefaultDeviceCMYKProfile(
	string icc_filename
)

Parameters

icc_filename
Type: SystemString
The new default device cmyk profile
Remarks
You can use this method to override default PDFNet settings. For more information on default color spaces please refer to section 'Default Color Spaces' in Chapter 4.5.4 of PDF Reference Manual.
See Also