This property sets the user password for the PDF document.

[Visual Basic]   imagekitcontrolname.File.PDF.UserPassword [ = String ]
[Visual C++]    [ CString = ]imagekitcontrolname.GetFile().GetPDF().GetUserPassword()
                     [CString =]imagekitcontrolname.GetFile().GetPDF().SetUserPassword(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.PDF.UserPassword[ = String ]
[C#.NET]   imagekitcontrolname.File.PDF.UserPassword[ = String ]

Value

The PDF document's user passoword
Default value is an empty string.

Explanation

The UserPassword property sets the user password for the PDF document. This is the password that opens a protected PDF document.

The default value is an empty string. The UserPassword property is referenced when the Start method is executed, so set an appropriate value before executing the Start method.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation