ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearSaveOptions Class / EmbedColorProfile Property




In This Topic
EmbedColorProfile Property
In This Topic
Gets or sets a value indicating whether the color profile associated with image (or with image color space) shall be embedded into file being saved.
Syntax
'Declaration
 
Public Property EmbedColorProfile As Boolean
 
'Usage
 
Dim instance As ImGearSaveOptions
Dim value As Boolean
 
instance.EmbedColorProfile = value
 
value = instance.EmbedColorProfile

Property Value

Boolean value.
Remarks

This option has effect only if:

The default value is true.

See Also