Accusoft.PrintPro8.Net
Method Property




Gets and sets a value that specifies how Image Color Management (ICM) is handled.
Syntax
'Declaration
 
Public Property Method As IcmMethod
'Usage
 
Dim instance As Icm
Dim value As IcmMethod
 
instance.Method = value
 
value = instance.Method
public IcmMethod Method {get; set;}
public: __property IcmMethod get_Method();
public: __property void set_Method( 
   IcmMethod value
);
public:
property IcmMethod Method {
   IcmMethod get();
   void set (    IcmMethod value);
}

Property Value

An IcmMethod enumeration value which determines how ICM is handled.
Remarks

The default value is IcmMethod.System.

See Also

Reference

Icm Class
Icm Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback