<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Print Landscape</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Print Landscape]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:19:18 +0000</pubDate>
  <lastBuildDate>Thu, 15 Aug 2013 13:07:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2707</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Print Landscape : Found itDim AutoRotateCenter As...]]></title>
   <link>http://www.quickpdf.org/forum/print-landscape_topic2707_post11095.html#11095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2443">BASSIES</a><br /><strong>Subject:</strong> 2707<br /><strong>Posted:</strong> 15 Aug 13 at 1:07PM<br /><br />Found it&nbsp;<div><br></div><div>Dim AutoRotateCenter As Integer = 1</div>]]>
   </description>
   <pubDate>Thu, 15 Aug 2013 13:07:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-landscape_topic2707_post11095.html#11095</guid>
  </item> 
  <item>
   <title><![CDATA[Print Landscape : Hello,With this code i can print...]]></title>
   <link>http://www.quickpdf.org/forum/print-landscape_topic2707_post11094.html#11094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2443">BASSIES</a><br /><strong>Subject:</strong> 2707<br /><strong>Posted:</strong> 15 Aug 13 at 12:59PM<br /><br />Hello,<div><br></div><div>With this code i can print a pdf , but it is in landscape.</div><div><br></div><div>Now is print a half document , what do i change in the code to print landscape?</div><div><br></div><div><div>&nbsp;This function prints a document</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Setup general parameters</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim fileName As String = "C:\VTS\Hello.pdf"</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Load the document that you want to print into memory</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim docID As Integer = QP.LoadFromFile(fileName, "")</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Set the paramters for the PrintDocument function</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim PrinterName As String = QP.GetDefaultPrinterName()</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim StartPage As Integer = 1</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Set first page number</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim EndPage As Integer = QP.PageCount()</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Set last page number</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Set the paramters for the PrintOptions function</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim PageScaling As Integer = 0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim AutoRotateCenter As Integer = 0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim Title As String = fileName</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Assign the options for printing to an int variable</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim Options As Integer = QP.PrintOptions(PageScaling, AutoRotateCenter, Title)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Print the document with the required paramters and options specified</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.PrintDocument(PrinterName, StartPage, EndPage, Options)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; ' Remove document from memory</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.RemoveDocument(docID)</div></div>]]>
   </description>
   <pubDate>Thu, 15 Aug 2013 12:59:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/print-landscape_topic2707_post11094.html#11094</guid>
  </item> 
 </channel>
</rss>