Click or drag to resize

IAdapterDataHelperGetPdocFromZpl Method

Gets a Pdoc from a label

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
string GetPdocFromZpl(
	string zpl,
	DocumentEncoding encoding
)

Parameters

zpl
Type: SystemString
zpl raw
encoding
Type: DocumentEncoding
document encoding

Return Value

Type: String
string of Pdoc
See Also