'Declaration Public Function New( _
ByVal streamStream which contains the profile.As System.IO.Stream, _
ByVal disposeStreamAfterUseA value indicating whether the stream must be disposed when it is not necessary any more.As Boolean _
)
public IccProfile(
System.IO.Stream stream,
bool disposeStreamAfterUse
)
public: IccProfile(
System.IO.Stream* stream,
bool disposeStreamAfterUse
)
public:
IccProfile(
System.IO.Stream^ stream,
bool disposeStreamAfterUse
)
Parameters
- stream
- Stream which contains the profile.
- disposeStreamAfterUse
- A value indicating whether the stream must be disposed when it is not necessary any more.