ImageGear Professional for Windows ActiveX
TYPE

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

Data Type:

UINT

Valid Values: One of the following:

Default Value: IG_POSTSCRIPT = 0

Example:

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback