Determines whether a file has an embedded ICC profile.
public static bool ImageHasIccProfile(
string fileName,
int pageNumber
)
Public Overloads Shared Function ImageHasIccProfile( _
ByVal fileName As String, _
ByVal pageNumber As Integer _
) As Boolean
public:
static bool ImageHasIccProfile(
String^ fileName,
int pageNumber
)
fileName
Character string containing the name of the file that contains the embedded ICC profile.
pageNumber
1-based index of the page within the file that contains the ICC profile.
true if this file has an ICC Profile; false, otherwise.
true if this file has an ICC Profile; false, otherwise.
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