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
)
Public Shared Sub SetDefaultDeviceRGBProfile (
icc_filename As String
)
public:
static void SetDefaultDeviceRGBProfile(
[InAttribute] String^ icc_filename
)
pdftron.PDFNet.SetDefaultDeviceRGBProfile = function(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