Accusoft.ImagXpressSdk Namespace > LoadOptions Class : UseEmbeddedColorManagement Property |
'Declaration Public Property UseEmbeddedColorManagement As Boolean
'Usage Dim instance As LoadOptions Dim value As Boolean instance.UseEmbeddedColorManagement = value value = instance.UseEmbeddedColorManagement
public bool UseEmbeddedColorManagement {get; set;}
When this property is set to true, the color profile specified in the image's matadata is applied to the image when the image is loaded. Set this property to false to not include the color profile specified in the image's metadata.
Note: Available in Professional edition.