Accusoft.ImagXpress13.Net
UseEmbeddedColorManagement Property (SaveOptions)




Gets and sets an indicator if color management is used during saving.
Syntax
'Declaration
 
Public Property UseEmbeddedColorManagement As Boolean
'Usage
 
Dim instance As SaveOptions
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 to apply the color profile associated with the imageX image to the saved image. Otherwise, set to false to not apply the color profile to the saved image.
Remarks

Note: Available in Professional edition.

See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback