PdfDocument.IsPasswordProtected Eigenschaft

Definition

Ruft ab, ob das PDF-Dokument (Portable Document Format) kennwortgeschützt ist.

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

Eigenschaftswert

Boolean

bool

True, wenn das PDF-Dokument (Portable Document Format) kennwortgeschützt ist; andernfalls false.

Gilt für: