ImageGear .NET
Type Property (ImGearXMPColorant)




Gets or sets the type of color, one of PROCESS or SPOT.
Syntax
public ImGearXMPString Type {get; set;}
public: __property ImGearXMPString* get_Type();
public: __property void set_Type( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Type {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}
'Declaration
 
Public Property Type As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPString
 
instance.Type = value
 
value = instance.Type

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback