Class PdfEncryptionDetails

Class PdfEncryptionDetails

名称: Aspose.Words.Saving 合計: Aspose.Words.dll (25.4.0)

PDF ドキュメントの暗号化およびアクセス許可の詳細が含まれています。

もっと知るには、訪問してください。 Protect or Encrypt a Document 文書記事です。

public class PdfEncryptionDetails

Inheritance

object PdfEncryptionDetails

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

PdfEncryptionDetails(ストリップ、ストリップ)

このクラスのインスタンスを始める。

public PdfEncryptionDetails(string userPassword, string ownerPassword)

Parameters

userPassword string

ownerPassword string

PdfEncryptionDetails(ストレッチ、ストレッチ、PdfPermissions)

このクラスのインスタンスを始める。

public PdfEncryptionDetails(string userPassword, string ownerPassword, PdfPermissions permissions)

Parameters

userPassword string

ownerPassword string

permissions PdfPermissions

Properties

OwnerPassword

暗号化された PDF ドキュメントの所有者のパスワードを指定します。

public string OwnerPassword { get; set; }

不動産価値

string

Remarks

所有者パスワードは、ユーザーが暗号化された PDF ドキュメントを開くことを可能にします Aspose.Words.Saving.PdfEncryptionDetails.Permissions に記載されているアクセス制限なし。

オーナーのパスワードはユーザーのパスワードと同じではありません。

Permissions

ユーザーが暗号化された PDF ドキュメントで許可されている操作を指定します。デフォルト値は Aspose.Words.Saving.PdfPermissions.DisallowAll です。

public PdfPermissions Permissions { get; set; }

不動産価値

PdfPermissions

UserPassword

暗号化された PDF ドキュメントを開くために必要なユーザーパスワードを指定します。

public string UserPassword { get; set; }

不動産価値

string

Remarks

ユーザーパスワードは、閲覧のための暗号化された PDF ドキュメントを開く必要があります. Aspose.Words.Saving.PdfEncryptionDetails.Permissions に記載されている許可は、読者ソフトウェアによって実行されます。

ユーザーのパスワードは、あるいは空っぽのストレッチであり、この場合、PDFドキュメントを開く際にユーザーからパスワードは要求されません。

 日本語