Few implementation Queries

  1. What is the suitable EncodeType for Symbology Ind25 ?
  2. How to set Code128setvalues Auto,A,B,C for my barcode ?
  3. How can i implement the ApplyTilde functionality that is available in IDAutomation.LinearServerControl for my barcode ?
  4. What is the suitable option to set the attributes, postnet_short,postnet_tall, and postnet_space for my barcode

@Priya_Sivan,

Please try using EncodeTypes.Standard2of5 enumeration member.

We don’t have such setting. Encoding mode is switched between A, B, C by algorithm in an optimal way.

We don’t provide such a function in Aspose.BarCode API.

Please try to use the following attributes for your needs:
e.g.,

  • Use ‘Parameters.Barcode.Postal.PostalShortBarHeight’ for short bar height.
  • Use ‘Parameters.Barcode.BarHeight’ for long bar height.
  • Use ‘Parameters.Barcode.XDimension’ for width of bars and spaces.