Class DecryptionOptions
De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)
Vertegenwoordigt Decryptie Opties voor Aspose.Pdf.Plugins.Security plugin.
public class DecryptionOptions : OrganizerBaseOptions, IPluginOptions
Inheritance
object ← OrganizerBaseOptions ← DecryptionOptions
Implements
Geëerbiede leden
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)
Initialiseren nieuwe instantie van de Aspose.Pdf.Plugins.DecryptionOptions object met standaard opties.
public DecryptionOptions(string ownerPassword)
Parameters
ownerPassword
string
De eigenaar wachtwoord.
Properties
OwnerPassword
De eigenaar wachtwoord.
public string OwnerPassword { get; set; }