Table of Contents

Property TargetProfile

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

TargetProfile

The profile of the target space: an RGB profile for Rgb (written into the file), a gray profile for Gray, a press profile for Cmyk. null (the default) means sRGB, the SDK's gray profile and GenericCmyk respectively. A profile of the wrong kind for the target throws at encode time.

public IccProfile TargetProfile { get; set; }

Property Value

IccProfile
Share