PdfPageInfoNumTextCharsExtracted Property |
The number of text characters extracted for the failed PDF page.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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