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