Accusoft.PrintPro8.Net
Icm Constructor(String,String,IcmRenderIntent)




A string which represents the filename of the monitor's color management profile.
A string which represents the filename of the printer's color management profile.
An IcmRenderIntent enumeration value which specifies the purpose of the color correction.
Creates an ICM settings object for use in print job construction.
Syntax
'Declaration
 
Public Function New( _
   ByVal monitorProfile As String, _
   ByVal printerProfile As String, _
   ByVal profileRenderIntent As IcmRenderIntent _
)
'Usage
 
Dim monitorProfile As String
Dim printerProfile As String
Dim profileRenderIntent As IcmRenderIntent
 
Dim instance As New Icm(monitorProfile, printerProfile, profileRenderIntent)

Parameters

monitorProfile
A string which represents the filename of the monitor's color management profile.
printerProfile
A string which represents the filename of the printer's color management profile.
profileRenderIntent
An IcmRenderIntent enumeration value which specifies the purpose of the color correction.
Remarks

It automatically sets the method used to profile, and the profiles for use to the values below. If the parameter ProfileRenderIntent is set to None, then Image Color Management is disabled.

See Also

Reference

Icm Class
Icm Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback