ImageGear Professional for Windows ActiveX
PASSWORD

This parameter specifies the password string for the password of the protected PDF documents.

Data Type:

LPCHAR

Default Value: ""

Valid Values: Any

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter = currentFormat.GetParamCopy("PASSWORD")
currentParameter.value.String = "pswd"
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback