Determines whether a stream has an embedded ICC profile.
public static bool ImageHasIccProfile(
Stream stream,
int pageNumber
)
Public Overloads Shared Function ImageHasIccProfile( _
ByVal stream As Stream, _
ByVal pageNumber As Integer _
) As Boolean
public:
static bool ImageHasIccProfile(
Stream^ stream,
int pageNumber
)
stream
The stream containing the ICC profile.
pageNumber
1-based index of the page within the file that contains the ICC profile.
true if this stream has an embedded ICC Profile; false, if it does not.
For an example, refer to IccProfileExtended.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET