cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

HELP! Getting and setting PlotPaperSize - J-Link

cbell
1-Newbie

HELP! Getting and setting PlotPaperSize - J-Link

I'm trying to plot a diagram to postscript and I want the size to be the size of the diagram.

I've tried everything I can think of but it's always size A unless I explicitly set it like: SetPaperSize(PlotPaperSize.BSIZEPLOT)

It would probably be easier if I fully understood how enumeration works but I am a novice so I am still learning.

Here's my latest failed attempt:

PlotInstructions plot = pfcModel.PlotInstructions_Create("postscript");

PlotPaperSize papersize = plot.GetPaperSize();

plot.SetPaperSize(papersize);

model.Export(plotpath, plot);


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
0 REPLIES 0
Top Tags