Class DecryptionOptions
Class DecryptionOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
表示 Aspose.Pdf.Plugins.Security 插件的解密选项。
public class DecryptionOptions : OrganizerBaseOptions, IPluginOptions
继承
object ← OrganizerBaseOptions ← DecryptionOptions
实现
继承成员
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()
构造函数
DecryptionOptions(string)
使用默认选项初始化 Aspose.Pdf.Plugins.DecryptionOptions 对象的新实例。
public DecryptionOptions(string ownerPassword)
参数
ownerPassword
string
所有者密码。
属性
OwnerPassword
所有者密码。
public string OwnerPassword { get; set; }