IDocumentSplitterRemoveUnusedResources Method (String)ByteScout PDF Extractor SDK
Removes unused resources from specified PDF document. This method is called internally when OptimizeSplittedDocuments property is true, so you may need it to optimize documents previously splitted without the optimization.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

void RemoveUnusedResources(
	string documentFileName
)

Parameters

documentFileName
Type: SystemString
PDF document to remove unused resources.
See Also

Reference