UseEmbeddedInputProfile Property (ColorManagementDecodeSettings)
Gets or sets a value indicating whether the color profile embedded in image should be used.
'Declaration
Public Property UseEmbeddedInputProfile As Boolean
public bool UseEmbeddedInputProfile { get; set; }
public: __property bool get_UseEmbeddedInputProfile();
public: __property void set_UseEmbeddedInputProfile(
bool
);
public:
property bool UseEmbeddedInputProfile {
bool get();
void set(bool );
}
Property Value
true - color profile embedded in image should be used; false - color profile embedded in image should not be used.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5