ImageGear .NET v25.1 - Updated
ImGearColorProfile Constructor(Stream)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorProfile Class > ImGearColorProfile Constructor : ImGearColorProfile Constructor(Stream)
Profile data.
Initializes a new instance of the ImGearColorProfile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal profileStore As Stream _
)
'Usage
 
Dim profileStore As Stream
 
Dim instance As New ImGearColorProfile(profileStore)
public ImGearColorProfile( 
   Stream profileStore
)
public: ImGearColorProfile( 
   Stream* profileStore
)
public:
ImGearColorProfile( 
   Stream^ profileStore
)

Parameters

profileStore
Profile data.
Remarks
This constructor reads profile data from a stream. Profile data must be in standard ICC color profile format.
See Also

Reference

ImGearColorProfile Class
ImGearColorProfile Members
Overload List