Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocument Class : MaximumPasswordLength Field |
public static readonly int MaximumPasswordLength
'Declaration
Public Shared ReadOnly MaximumPasswordLength As Integer
'Usage
Dim value As Integer value = PDFDocument.MaximumPasswordLength
MAXIMUM_PASSWORD_LENGTH
public: static readonly int MaximumPasswordLength
When encrypting PDF files with a password, the maximum length of the characters in the password must not exceed 64. LEADTOOLS will automatically truncate the values passed to PDFFile(string fileName, string password), PDFFile.Password and PDFDocument(string fileName, string password).