Dear all
i m creating an album of images in Tiff format
here is sample code
Behind button1_click
private void button1_Click(object sender, EventArgs e)
{
for (int i = 1; i < 3;i++ )
{
Pen LinePen = new Pen(Color.Black);
Bitmap img1 = new Bitmap(2481, 3492);
img1.SetResolution(300f, 300f)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.