Click or drag to resize

PdfPageInfoNumTextCharsExtracted Property

The number of text characters extracted for the failed PDF page.

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

Property Value

NullableInt32
Remarks
If the PDF page failed due to an exception (FailedDueToException is true), then this property will not be set.
See Also