Class DecryptionOptions
Class DecryptionOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents Decryption Options for Aspose.Pdf.Plugins.Security plugin.
public class DecryptionOptions : OrganizerBaseOptions, IPluginOptions
Inheritance
object ← OrganizerBaseOptions ← DecryptionOptions
Implements
Inherited Members
OrganizerBaseOptions.AddInput(IDataSource), OrganizerBaseOptions.AddOutput(IDataSource), OrganizerBaseOptions.Inputs, OrganizerBaseOptions.Outputs, OrganizerBaseOptions.CloseInputStreams, OrganizerBaseOptions.CloseOutputStreams, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DecryptionOptions(string)
Initializes new instance of the Aspose.Pdf.Plugins.DecryptionOptions object with default options.
public DecryptionOptions(string ownerPassword)
Parameters
ownerPassword
string
Owner password.
Properties
OwnerPassword
Owner password.
public string OwnerPassword { get; set; }