Design Review
Welcome to Autodesk’s Design Review Forums. Share your knowledge, ask questions, and explore popular Design Review topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ADR adding ugly margin line around all my DWF's

4 REPLIES 4
Reply
Message 1 of 5
tmblackflag
336 Views, 4 Replies

ADR adding ugly margin line around all my DWF's

Hello,

 

I am generating DWF's out of AIMS2012. When i view the DWF it has no border but upon print previewing it adds an ugly black blox around the border of my DWF. I have scoured the settings and help file and cannot figure how to disable this. Also, in my plot to DWF code in AIMS I am setting the margins to 0 as follows:

 

MgPlotSpecification plotSpec = new MgPlotSpecification(17, 11, MgPageUnitsType.Inches, 0, 0, 0, 0);

 

any ideas? I am using ADR 2012.

 

thank you.

4 REPLIES 4
Message 2 of 5
pendean
in reply to: tmblackflag

Can you post a sample file that exhibits this problem?

Message 3 of 5
tmblackflag
in reply to: pendean

please see attachment. You'll notice no border when viewing the DWF, but when going to the print window you will see a black border along the outside.

 

Message 4 of 5
tmblackflag
in reply to: tmblackflag

Oh sorry that was a bad zoomed in example. The border is in fact there during non-print viewing the of the DWF as well. It just happens to be that we have a title block around the DWF which provides its own border.

 

With that said, how do i simply disable the DWF border that gets added automatically? In the Mapguide applications i have set the margins parameters to zero.

Message 5 of 5
tmblackflag
in reply to: tmblackflag

MgPlotSpecification plotSpec = new MgPlotSpecification(17, 11, MgPageUnitsType.Inches, -0.01f, -0.01f, -0.01f, -0.01f);

 

This takes the line away but still leaves a bit of a margin. I can probably live with this unless someone else has a solution to remove the margin as well.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report