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 : IsEncrypted Property |
public bool IsEncrypted {get;}
'Declaration
Public ReadOnly Property IsEncrypted As Boolean
'Usage
Dim instance As PDFDocument Dim value As Boolean value = instance.IsEncrypted
public boolean isEncrypted()
LEADTOOLS can open encrypted PDF documents by calling the PDFDocument(string fileName, string password) constructor to open such documents. Use the PDFFile.IsEncrypted method to determine whether a document is encrypted and requires a password.