Accusoft.ImagXpressSdk Namespace > LoadOptions Class : SourceProfileName Property |
'Declaration Public Property SourceProfileName As String
'Usage Dim instance As LoadOptions Dim value As String instance.SourceProfileName = value value = instance.SourceProfileName
public string SourceProfileName {get; set;}
If the UseEmbeddedColorManagement property is set to false, then the source profile name specifies the file name of the color profile to apply to the image being loaded. If this property is null, and the UseEmbeddedColorManagement property is false, then no color management is performed when loading the image.
This property is useful to obtain a profile from a graphics device context if one is supported for the device.
Note: Available in Professional edition.