Gets a value that indicate whether a PDF file is encrypted.
public static bool IsEncrypted(
string fileName
)
Public Shared Function IsEncrypted( _
ByVal fileName As String _
) As Boolean
public:
static bool IsEncrypted(
String^ fileName
)
fileName
The name of the PDF file.
true if the PDF file is encrypted; otherwise, it is false.
This method checks if the PDF file has been encrypted and protected with a password. If this is the case, then you must create a PDFFile object (or set the Password property) to the correct file before you can use the other methods of this object.
To load PDF files, you generally perform this:
Call GetPDFFileType with pdfTypesOnly set to true and determine whether the return value is not PDFFileType.Unknown meaning a valid PDF file of any version.
Call IsEncrypted to determine whether the file is encrypted (password protected), if so, instruct the user for the password to use with this PDF file.
Finally construct a PDFFile object with the filename and password (if any) and call its methods.
For an example, refer to PDFFile.
Products |
Support |
Feedback: IsEncrypted Method - Leadtools.Pdf |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.