LoadOptions Class |
Namespace: GroupDocs.Redaction.Options
The LoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LoadOptions |
Initializes a new instance of LoadOptions class.
|
![]() | LoadOptions(String) |
Initializes a new instance of LoadOptions class with specified password.
|
Name | Description | |
---|---|---|
![]() | Password |
Gets or sets a password for password-protected documents.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
LoadOptions loadOptions = new LoadOptions("mysecretpassword"); using (var redactor = new Redactor("PasswordProtected.pdf", loadOptions)) { // work with document }