Click or drag to resize

PdfPageInfo(Int32, Int32, Int32, Boolean, Int32) 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,
	int numTextCharsExtracted,
	int contentLength,
	bool hasImages,
	int imageCount
)

Parameters

pageNum  Int32
The PDF page number.
numTextCharsExtracted  Int32
The number of text characters extracted for page.
contentLength  Int32
Length of page's content, in bytes.
hasImages  Boolean
True if the PDF page has images, false othewise.
imageCount  Int32
The number of
See Also