Link Search Menu Expand Document

BaseTextExtractorDisposePage Method

Disposes the page object. Uses this method carefully to destroy the page object that should not be used further. Useful to free allocated memory when processing huge PDF documents.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void DisposePage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Page index.

Implements

IBaseTextExtractorDisposePage(Int32)
See Also

Reference