Click or drag to resize

PdfPageInfo(Int32, Boolean, String) Constructor

Constructor.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public PdfPageInfo(
	int pageNum,
	bool failedDueToException,
	string errorMessage
)

Parameters

pageNum  Int32
The PDF page number.
failedDueToException  Boolean
If true, the PDF page due to an exception while processing; false means the PDF page failed due to the PageExtractedTextCriteria criteria.
errorMessage  String
The PDF page exception message.
See Also