ImageGear Professional v18.2 > User Guide > Using ImageGear > Using ImageGear PDF Component > PDF Format Filter > PDF Format Filter Control Parameters Reference > PASSWORD |
This parameter specifies the password string for the password of the protected PDF documents.
LPCHAR
Default Value: ""
Valid Values: Any
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 |