ImageGear Professional for Windows ActiveX
WIDTH

This parameter determines the width of PS page to load.

Data Type:

Long

Default Value: 0

Valid Values: Any positive value

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter = currentFormat.GetParamCopy("WIDTH")
currentParameter.value.Long = 1
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback