将pdf颜色更改为灰色 [英] change pdf color to gray

查看:827
本文介绍了将pdf颜色更改为灰色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试将彩色pdf更改为灰色pdf.
它是一张地图,其深绿色带有白色线条.
我想将绿色替换为灰色.


在此先感谢.

Hi,
I am trying to change a colored pdf into gray colored pdf.
its a map and its in dark green color with white lines.
I want to replace green color to gray color.


Thanks in advance.

推荐答案

将以下属性添加到网格中
Add below property to your grid
grid.BorderColor = System.Drawing.Color.White;
grid.BackColor = System.Drawing.Color.Gray;


希望对您有帮助


Hope this will help you


这篇关于将pdf颜色更改为灰色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆