Class ITFParameters
Class ITFParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
ITF parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.ITFParameters")]
public class ITFParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ItfBorderThickness
Gets or sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "ItfBorderThickness")]
public Unit ItfBorderThickness { get; set; }
Property Value
ItfBorderType
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
[XmlSerialization(Type = XmlSerializationType.Element)]
public ITF14BorderType ItfBorderType { get; set; }
Property Value
QuietZoneCoef
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int QuietZoneCoef { get; set; }
Property Value
Exceptions
The QuietZoneCoef parameter value is less than 10.
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.ITFParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.ITFParameters.