Click or drag to resize

IAdapterDataHelperGetPdocFromImages Method

Gets Pdoc from images

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
string GetPdocFromImages(
	List<Image> images
)

Parameters

images
Type: System.Collections.GenericListImage
images

Return Value

Type: String
string of pdoc
See Also