DWF Export

DWF Export

Anonymous
Not applicable
672 Views
3 Replies
Message 1 of 4

DWF Export

Anonymous
Not applicable

Hi, I have wrote a program for export sheets to DWF. I used DwfExportOpion for some options but I need to set some options like "hide not linked view", "hide cut region"...

There is a way for make it?

How can I export to dwf using named printer setup?

 

thanks

Stefano

 

0 Likes
673 Views
3 Replies
Replies (3)
Message 2 of 4

Joe.Ye
Alumni
Alumni

Hi Stefano,

It seems that the export options you want cannot be set via Revit UI command.

To get all named printer setup, you can call
Document.GetPrintSettingIds;

To use one of them as current print setting.
Document.PrintSetup.CurrentPrintSetting = targetPrintSetting;

You can change one print setting via methods/properties of class PrinParameters :
PrintSetting.PrintParameters.*** = ***


Joe Ye
Contractor
Developer Technical Services
Autodesk Developer Network
0 Likes
Message 3 of 4

Anonymous
Not applicable

Thanks

 

I will try it.

 

0 Likes
Message 4 of 4

Anonymous
Not applicable

Hi, have you a VB example?

0 Likes