Accusoft.ImagXpress13.Net
UseEmbeddedColorManagement Property (LoadOptions)




Gets and sets the color profile included in the image metadata applied when loading the image.
Syntax
'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;}
public: __property bool get_UseEmbeddedColorManagement();
public: __property void set_UseEmbeddedColorManagement( 
   bool value
);
public:
property bool UseEmbeddedColorManagement {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the color profile specified in the image's metadata is applied to the image when the image is loaded. Otherwise, false is returned.
Remarks

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.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback