This forum contains outdated content and is available for reading only. Please contact technical support if you have any questions.

Notification

Icon
Error

Options
Go to last post Go to first unread
jvv  
#1 Posted : 20 years ago
jvv

Rank: Member

Groups: Guest
Joined: 10/14/2004(UTC)
Posts: 37

When I'm using the print control, and I'm printing a tiff file, it is resized tot a single page.
But the page does have large margins at the side.
I want tot print the image on a complete A4 paper (a little margin is ok, but the current margins are quite large).

Is this built in in the control, or can I correct this manually?

The code I'm using for a print order:
Code:
Private Sub PrintDocument_QueryImage(ByVal sender As Object, ByVal e As Aurigma.GraphicsMill.WinControls.QueryImageEventArgs) Handles PrintDocument.QueryImage
        Dim ABitmap As Aurigma.GraphicsMill.Bitmap
        ABitmap = BitmapViewer.Bitmap.Clone
        e.PrintPlaceholder().Image() = ABitmap
        e.HasMoreImages = False
End Sub


As ImageFitMode I'm using the ShrinkToFit

Edited by user 17 years ago  | Reason: Not specified

Alex Kon  
#2 Posted : 20 years ago
Alex Kon

Rank: Advanced Member

Groups: Guest
Joined: 1/31/2005(UTC)
Posts: 458

Was thanked: 5 time(s) in 5 post(s)
Hello!

You may use DefaultPageSettings property of ImagePrintDocument (inherited from System.Drawing.Printing.PrintDocument class) to change margin size. E.g. use the following code to set top and left margin to 10 hundredths of an inch:

Code:
imagePrintDocument1.DefaultPageSettings.Margins.Left = 10
imagePrintDocument1.DefaultPageSettings.Margins.Top = 10 

Edited by user 17 years ago  | Reason: Not specified

jvv  
#3 Posted : 20 years ago
jvv

Rank: Member

Groups: Guest
Joined: 10/14/2004(UTC)
Posts: 37

The margins are quite working.
When I'm trying to print to a Brother MFC-9880 then the right side of the image is not good printed.
When I'm trying to print to a HP Deskjet 940c, I don't get any output... Very strange :S
Alex Kon  
#4 Posted : 20 years ago
Alex Kon

Rank: Advanced Member

Groups: Guest
Joined: 1/31/2005(UTC)
Posts: 458

Was thanked: 5 time(s) in 5 post(s)
Good day, jvv!

We are trying to repeat your problem. Unfortunatelly all our results are ok :(. Do results depend on source images? What kind of error are on Brother MFC-9880 printer? Any additional info may be usefull.
Fedor  
#5 Posted : 20 years ago
Fedor

Rank: Advanced Member

Groups: Guest
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Problem with missing output was fixed in update. You can download it here.
Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Similar Topics
Error when printing (Discussions – Graphics Mill)
by rullman 4 years ago
Do we still need to apply color profile when printing (Discussions – Graphics Mill)
by Todd Kneib 5 years ago
Winforms and printing samples (Discussions – Graphics Mill)
by Chris Jones 8 years ago
Image Printing in Manual Mode (Discussions – Graphics Mill)
by Chris Jones 9 years ago
Printing File Size (Discussions – Graphics Mill)
by Chris Herrington 16 years ago
Printing (Discussions – Graphics Mill)
by Chris Herrington 16 years ago
Save print document as .psd or client side printing (Discussions – Graphics Mill)
by sailokesh 16 years ago
Printing Vobjects and image together (Discussions – Graphics Mill)
by cpav 17 years ago
SMPL: Printing Demo (Samples – Graphics Mill)
by Alex Kon 17 years ago
Bug printing from print preview (Discussions – Graphics Mill)
by obartelt 17 years ago
Printing an image with different aspect ratio that the paper (Discussions – Graphics Mill)
by Carlos 18 years ago
Printing without margins? (Discussions – Graphics Mill)
by Zatlite 18 years ago
Printing multipage tiffs (Discussions – Graphics Mill)
by Heffer42 18 years ago
Printing in web (Discussions – Graphics Mill)
by pxg 18 years ago
Borderless printing? (Discussions – Graphics Mill)
by morphemass 19 years ago
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.