Click or drag to resize

PdfPageInfoFailedDueToException Property

If true, the PDF page failed due to an exception while processing; false means the PDF page failed due to the PageExtractedTextCriteria criteria.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool FailedDueToException { get; set; }

Property Value

Boolean
Remarks
If the PDF page failed due to an exception, then properties NumTextCharsExtracted, HasImages, and ImageCount will not be set.
See Also