Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Proper page size
  FAQ FAQ  Forum Search   Register Register  Login Login

Proper page size

 Post Reply Post Reply
Author
Message
yli View Drop Down
Beginner
Beginner


Joined: 31 Oct 14
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote yli Quote  Post ReplyReply Direct Link To This Post Topic: Proper page size
    Posted: 31 Oct 14 at 3:44PM
Hi!
Some code
-------------------------------------------------------------------
 DPL.LoadFromFile(Temp & o.FileName, "")
                    Dim numPages As Integer = DPL.PageCount()
                    DPL.SetMeasurementUnits(1)
                    For p As Integer = 1 To numPages
                        DPL.SelectPage(p)
                        Dim H = DPL.PageHeight()
                        Dim W = DPL.PageWidth()
                        Dim H1 As String = Math.Round(H)
                        Dim W1 As String = Math.Round(W)
----------------------------------------------------------------------------
I get full page size, but how to get proper page size without bleed and(or) slug? 
Back to Top
yli View Drop Down
Beginner
Beginner


Joined: 31 Oct 14
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote yli Quote  Post ReplyReply Direct Link To This Post Posted: 31 Oct 14 at 6:01PM
decision found !!!
------------------------
Dim WP = DPL.GetPageBox(5, 2)
Dim HP = DPL.GetPageBox(5, 3)
--------------------------------------
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store