Click or drag to resize

WebSiteDocumentsSetRemoveEmptyDocuments Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the empty documents, and document sets with less pages than minPageCount

Namespace:  imbNLP.Toolkit.Documents
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void RemoveEmptyDocuments(
	ILogBuilder logger,
	int minPageCount = 1
)

Parameters

logger
Type: ILogBuilder
The logger.
minPageCount (Optional)
Type: SystemInt32
The minimum page count.
See Also