Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use pixels in Visual Studio instead of inches?

I'm making reports in Business Intelligence Designer Studio (VS 2005). My reports will be viewed primarily on the screen, and I'd like to change my ruler to pixels instead of inches. Is this possible?

like image 992
Nathan DeWitt Avatar asked Dec 28 '09 19:12

Nathan DeWitt


People also ask

How do you change pixels to inches when painting?

Take the number of pixels and divide by the display's PPI (pixels per inch) specification. For example, 200 pixels on an 81 PPI screen would convert to 200 / 81 = 2.5 inches .

How do you change pixels to cm in paint?

Paint is usually found under "Start," "Programs" and "Accessories." Click on the "Image" menu, and choose "Attributes." This will open the "Attributes" box. Choose which "Units" you would like to resize your image in. The options are "Inches, "Centimeters" and "Pixels."


1 Answers

format is:

1pt = 1 pixel
1pc = 1 percent
1cm = 1 centimeter
1in = 1 inch

like image 177
zzawaideh Avatar answered Oct 12 '22 09:10

zzawaideh