Click or drag to resize

PdfCode128CBarcode GetDataToEncode Method

Gets the data to encode.

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
Encoded string.
See Also