ChangePixelFormatCommandDestProfile Property |
Gets or sets the color profile to use when converting the image to a new colorspace.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ColorProfile DestProfile { get; set; }
Public Property DestProfile As ColorProfile
Get
Set
Property Value
Type:
ColorProfile The color profile to use when converting the image to a new colorspace.
Remarks This profile will be used as the destination device. By default the screen profile will be used. If
specifying a CMYK image, a CMYK profile should be set.
See Also