How to set Depth Value Image while convert Doc to Tiff

Please provide functionality to set Depth Value (Bit Depth) as 24, While Converting Doc to tif.

@hemalp You can use ImageSaveOptions.PixelFormat property and specify ImagePixelFormat.Format24BppRgb.

@alexey.noskov Thank You

1 Like