ImageGear Professional for Windows ActiveX
AUTO_POSITION

This parameter enables/disables AutoPositionEPSFiles option for reading PS/EPS file format.

Data Type:

Boolean

Default Value: True

Valid Values: False, True

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter =
currentFormat.GetParamCopy("AUTO_POSITION")
currentParameter.value.Boolean = False
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback