Gets and sets the color profile included in the image metadata applied when loading the image.
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);
}
'Declaration
Public Property UseEmbeddedColorManagement As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.UseEmbeddedColorManagement = value
value = instance.UseEmbeddedColorManagement
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.