Class DecryptionOptions
DecryptionOptions class
Represents Decryption Options for Security
plugin.
public class DecryptionOptions : OrganizerBaseOptions
Constructors
Name | Description |
---|
DecryptionOptions(string) | Initializes new instance of the DecryptionOptions object with default options. |
Properties
Name | Description |
---|
CloseInputStreams { get; set; } | Close input streams after operation completed. |
CloseOutputStreams { get; set; } | Close output streams after operation completed. |
Inputs { get; } | Returns OrganizerOptions plugin data collection. |
Outputs { get; } | Gets collection of added targets for saving operation results. |
OwnerPassword { get; set; } | Owner password. |
Methods
Name | Description |
---|
AddInput(IDataSource) | Adds new data source to the PdfOrganizer plugin data collection. |
AddOutput(IDataSource) | Adds new data source to the PdfOrganizer plugin data collection. |
See Also