| Thread | Last Post | Replies |
|
| how to printing multiple pages | 27 Jan 2008 17:47 GMT | 2 |
first all hi anyone the following code is executed in my c# project i cant printing next page public void onPrintDocument(object sender, PrintPageEventArgs e)
|
| Not disposing StringFormat? | 27 Jan 2008 16:49 GMT | 3 |
Can anyone tell me possible side effects of not disposing StringFormat instances? I have some software I've released where I don't dispose these (note, MSDN has lots of examples where they create StringFormat instances
|
| Pixel is getting spread | 25 Jan 2008 14:09 GMT | 2 |
Currently i am drawing text in one of jpg file . after inserting image into the word document i am saving that word doc as PDF using add-ins of office 2007. But when i increase the zoom in that pdf file the text which are drawn in that image is getting bluring. Could u plz tell me
|
| Determining space to left and right of text when measured using MeasureString() | 21 Jan 2008 10:27 GMT | 1 |
I have a peice of code that generates button images that I use on my site. In order to determine the width of the image, I use the MeasureString() method of the Graphics class. However, depending on the text passed to the method, the amount of space to the sides of the text may ...
|
| drawing | 18 Jan 2008 18:19 GMT | 3 |
drawing you are the drawing master? %%%%%%%%%%%%%%%%%%%% http://padmagirl.blogspot.com
|
| Automatic Print to File VB.NET | 17 Jan 2008 14:04 GMT | 1 |
I have been looking for a few days, but no one seems to know how to print to a file with automatic file renaming. I made an application in VB.NET 2005 that prints pdf visio and project files. Select the files or folders, select a printer and the applications are
|
| Graphics.MeasureString? or Graphics.DrawString? | 17 Jan 2008 10:00 GMT | 7 |
In Windows XP, the following code figures out where to position a string and draws the string. In Vista, the following code figures out where to position all except the last character of the string and draws all except the last character of the string.
|
| Avoiding SecurityException: System.Security.Permissions.SecurityPermission | 15 Jan 2008 07:23 GMT | 3 |
I have a function that I wrote that add transparency to a System.Drawing.Image. When using this function on my webhost, I receive the error SecurityException: System.Security.Permissions.SecurityPermission
|
| SetActiveFrame() on tif throwing exception (whole source incl.) | 10 Jan 2008 08:44 GMT | 6 |
1.5 days of trying to solve this and I can't.... I now ask the pros for help
:0) I'm working on an image viewing module for our office application. We will need to display multi pages tiff (faxes). I've created a sample application
|
| memory device context and DIB | 08 Jan 2008 01:06 GMT | 7 |
I am porting some code over from a C++ application that uses OpenGL. I need to save the current scene to an image file. The steps are quite simple: create a memory device context, select a DIB into it, draw the OpenGL scene, create a System.Drawing.Bitmap using FromHBitmap on the ...
|
| SetTextCharacterExtra in .NET? | 07 Jan 2008 11:20 GMT | 2 |
GDI lets you set the intercharacter spacing within a string. Is there an equivalent hidden away somewhere in .NET's Graphics class? I can't seem to find anything that does the trick.
|
| Any way to set PNG compression level? | 07 Jan 2008 04:18 GMT | 6 |
Hi, using Image.Save(filename, ImageFormat.Png) gives me a working PNG file, but it seems bigger than it needs to be. Is there a way to configure the compression level? I looked into EncoderParameters, but didn't spot anything that sounded like compression level.
|
| Understanding GDI+ Transfomations (or not) | 04 Jan 2008 21:57 GMT | 3 |
I am having trouble, I think, dealing with GDI+ transformations. I have read all that I can find on the subject, (including Bob Powell's excellent FAQ and primer), but I appear to be missing some fundamental or I just don't get it.
|
| Scale Transform - Why do I need to account for verticalResolution? | 02 Jan 2008 02:39 GMT | 5 |
My code calculates the size required to maintain the aspect ratio of an image when displaying it. I use a scale transformation to scale the image to the proper size. For some reason my scaling is always off unless I account for the vertical and horizontal resolution of the
|