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




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.
Creates an ICM settings object for use in print job construction.
Syntax
'Declaration
 
Public Function New( _
   ByVal monitorProfile As String, _
   ByVal printerProfile As String _
)
'Usage
 
Dim monitorProfile As String
Dim printerProfile As String
 
Dim instance As New Icm(monitorProfile, printerProfile)
public Icm( 
   string monitorProfile,
   string printerProfile
)
public: Icm( 
   string* monitorProfile,
   string* printerProfile
)
public:
Icm( 
   String^ monitorProfile,
   String^ printerProfile
)

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.
Remarks

It automatically sets the method used to profile, and the profiles for use to the values below.

See Also

Reference

Icm Class
Icm Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback