Class DecryptionOptions

Class DecryptionOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Représente les options de décryptage pour le plugin Aspose.Pdf.Plugins.Security.

public class DecryptionOptions : OrganizerBaseOptions, IPluginOptions

Héritage

objectOrganizerBaseOptionsDecryptionOptions

Implémente

IPluginOptions

Membres hérités

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()

Constructeurs

DecryptionOptions(string)

Initialise une nouvelle instance de l’objet Aspose.Pdf.Plugins.DecryptionOptions avec les options par défaut.

public DecryptionOptions(string ownerPassword)

Paramètres

ownerPassword string

Mot de passe du propriétaire.

Propriétés

OwnerPassword

Mot de passe du propriétaire.

public string OwnerPassword { get; set; }

Valeur de la propriété

string

 Français