Click or drag to resize

PDFNetSetDefaultDeviceRGBProfile Method

Sets the default ICC color profile for DeviceRGB color space.

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

Parameters

icc_filename
Type: SystemString
The new default device rgb 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