Click or drag to resize

IAdapterDataHelperGetPdocFromPdf Method

Gets Pdoc from stream

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
string GetPdocFromPdf(
	Stream stream
)

Parameters

stream
Type: System.IOStream
stream of Pdf

Return Value

Type: String
string of Pdoc
See Also