Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Plotting API

Status
Not open for further replies.

GFranck

Mechanical
Joined
May 29, 2002
Messages
6
Location
US
I have been using the following syntax in a plotting routine for
sending the page size: sw_doc.PrintSetup(swPaperSize) = vbPRPSCSheet.
I would like to use "vbPRPSUser" which is user definable. Does anyone
know the syntax for using this variable and setting the page size to
lets say 18"x23"? Thanks in advance for any help you provide.
 
What version of SW are you using? The latest version indicates that the PrintSetup method is obsolete.

The paper size can be set using Sheet::SetProperties

Hope this helps... DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
 
I am using 2001Plus sp2.0. The PrintSetup still works in this version.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top