ConvertConfig.SetOutputFormat Method
Definition
Namespace: P1.ImageSdk
Set the pixel format for the output image.
public ConvertConfig SetOutputFormat(BitmapFormat format);
Parameters:
format |
The format enum, defining the RGB pixel format |
Returns:
This object itself (this), to allow chaining