Click or drag to resize

ContentExtractorResultIsPasswordProtected Property

True if document is password protected encrypted. If HasError is true, then see this property to determine if the document is unsupported for decrypting.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public bool IsPasswordProtected { get; set; }

Property Value

Boolean
See Also