Class DecryptionOptions

DecryptionOptions class

Represents Decryption Options for Security plugin.

public class DecryptionOptions : OrganizerBaseOptions

Constructors

NameDescription
DecryptionOptions(string)Initializes new instance of the DecryptionOptions object with default options.

Properties

NameDescription
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

NameDescription
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