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.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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