Class PdfPasswordProviderArgs
Encapsulates the arguments of the PdfPasswordProvider delegate.
public class PdfPasswordProviderArgs
- Inheritance
-
PdfPasswordProviderArgs
- Inherited Members
Constructors
PdfPasswordProviderArgs()
public PdfPasswordProviderArgs()
Fields
Abort
When set to true the PdfReader.Open function returns null indicating that no PdfDocument was created.
public bool Abort
Field Value
Password
Sets the password to open the document with.
public string Password