ImageGear Professional for Windows ActiveX
TEXT_ENCODING

(Used with PDF write only.) This parameter specifies which encoding scheme should be used to convert binary image data to the text format when saving raster image into the PDF document.

Data Type:

UINT

Valid Values: One of the following:

Default Value: IG_PDF_TEXTENC_ASCII_85 = 2

Example:

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback