Click or drag to resize

PdfCode32Barcode GetDataToEncode Method

To get the Actual Encoded Text from from original Text..

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected string GetDataToEncode(
	string originalData
)

Parameters

originalData
Type: System String
The original data.

Return Value

Type: String
original Data
See Also