Gets and sets an indicator if color management is used during saving.
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 SaveOptions
Dim value As Boolean
instance.UseEmbeddedColorManagement = value
value = instance.UseEmbeddedColorManagement
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.