ImageGear Professional for Windows ActiveX
SMOOTH_FLAGS

This parameter specifies smooth settings for PostScript rasterization.

Data Type:

UINT

Default Value: 0

Valid Values: A bit composition of an OR of the following values:

Example:

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback