Accusoft.ImagXpress13.Net
SourceProfileName Property




Gets and sets the name of the color profile to apply to the image being loaded.
Syntax
'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;}
public: __property string* get_SourceProfileName();
public: __property void set_SourceProfileName( 
   string* value
);
public:
property String^ SourceProfileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the source profile name.
Remarks

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.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback