Pdf Page Info(Int 32, Boolean, String) Constructor
Constructor.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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.