ImageGear Professional for Windows ActiveX
LEVEL

(Used with PostScript write only.) This parameter specifies a language level of the output PostScript 3.0 document when saving to PostScript.

Data Type:

UINT

Valid Values: One of the following:

Default Value: IG_PS_LEVEL_3 = 3

Example:

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback