Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
TGibson7A8HD
in reply to: WCrihfield

I appreciate your effort and attention on this, but unfortunately it's still exporting at true size

 

I have a feeling what I need is simply a line in this that forces the resize, but without the knowledge of the VB language it's a bit hard to figure out.

	oDataMedium = ThisApplication.TransientObjects.CreateDataMedium
	oOptions.Value("All_Color_AS_Black") = 0
	oOptions.Value("Remove_Line_Weights") = 1
	oOptions.Value("Vector_Resolution") = 400
	oOptions.Value("Sheet_Range") = Inventor.PrintRangeEnum.kPrintAllSheets
	'oOptions.Value("Custom_Begin_Sheet") = 1
	'oOptions.Value("Custom_End_Sheet") = 4