PdfDocument.IsPasswordProtected 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可攜式檔案格式 (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。