共用方式為


PdfDocument.IsPasswordProtected 屬性

定義

取得可攜式檔案格式 (PDF) 檔是否受到密碼保護。

public:
 property bool IsPasswordProtected { bool get(); };
bool IsPasswordProtected();
public bool IsPasswordProtected { get; }
var boolean = pdfDocument.isPasswordProtected;
Public ReadOnly Property IsPasswordProtected As Boolean

屬性值

Boolean

bool

True 是表示 如果可攜式檔案格式 (PDF) 檔受到密碼保護;否則為 false。

適用於