Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[c#]ItextSharp - problem with margins

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Mon May 10, 2010 8:11 am    Post subject: [c#]ItextSharp - problem with margins Reply with quote

Hello all users.

When I try to make a pdf using itext the margin gets fucked up.

I have set the margins to .5 which should be the middle of the document but instead it's printed at middleleft wtf?`
Code:
        private void MasterButton_Click(object sender, EventArgs e)
        {
            SaveFileDialog sfd = new SaveFileDialog();
            sfd.Filter = "PDF (.pdf)|*.pdf";

            if (sfd.ShowDialog() == System.Windows.Forms.DialogResult.OK)
            {
                slutdoc = new Document(PageSize.A4);
                float LeftMargin = (float)(slutdoc.Left*.5);
                float RightMargin = (float)(slutdoc.Right*.5);
                float TopMargin = (float)(slutdoc.Top*.5);
                float BottomMargin = (float)(slutdoc.Bottom*.5);
                slutdoc.SetMargins(LeftMargin,RightMargin,TopMargin,BottomMargin);
                savepdf(sfd.FileName, slutdoc);
                slutdoc.Open();
                slutdoc.Add(new Paragraph("HELLU W0RLD"));
                slutdoc.Close();
               
            }
        }

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites