ImageGear Professional for Windows ActiveX
INC_REND

This parameter specifies whether incremental rendering or rendering at once should be performed.

Data Type:

Boolean

Default Value: False

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("INC_REND")
currentParameter.value.Boolean = True
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback