DataMatrixBarcode.ProcessTilde Property

Gets or sets whether to process tilde character.

public bool ProcessTilde { get; set; }
Public Property ProcessTilde As Boolean

Property Value

Boolean

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Setting true will check for ~ character and processes it for FNC1 or ECI characters. With some of the .Net runtimes (example: .Net Core 2.0), the ECI values 20, 28, 29 and 30 will give the error "No data is available for encoding 'code page number'. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.". To resolve this error refer the user manual page Encoding Considerations.

See Also

DataMatrixBarcode
ceTe.DynamicPDF.PageElements.BarCoding

In this topic