PdfUnidimensionalBarcode
GetTextToEncode Method
|
Returns the Actual text to encode.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual string GetTextToEncode()
Protected Overridable Function GetTextToEncode As String
protected:
virtual String^ GetTextToEncode()
abstract GetTextToEncode : unit -> string
override GetTextToEncode : unit -> string
Return Value
Type:
String
The Actual Text.
See Also