IccProfile UpdateProfile Function. Updates this object to reflect the values contained within the embedded ICC color profile data. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Updates this object to reflect the values contained within the embedded ICC color profile data

 

   
Syntax  

[C#]
bool UpdateProfile()

[Visual Basic]
Overridable UpdateProfile() As Boolean

 

   

Params
 
Name Description
return Whether the operation was successful.

 

   

Notes
 

Updates this object to reflect the values contained within the embedded ICC color profile data.

If the ICC profile was absent or corrupt then the return value will be false.

 

   

Example
 

None.