←Select platform

Justify Property

Summary

Gets or sets a flag that determines the alignment (justification) of the resulting barcode symbols.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Justify", IsRequired=true)] 
public BarcodeJustifyFlags Justify { get; set; } 
  
<DataMemberAttribute(Name="Justify", IsRequired=True)> 
Public Property Justify As Leadtools.Services.Barcode.Datacontracts.BarcodeJustifyFlags 
[DataMemberAttribute(Name="Justify", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeJustifyFlags Justify { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeJustifyFlags get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.BarcodeJustifyFlags ); 
} 

Property Value

Alignment (justification) of the resulting barcode symbols. Values can be combined, when appropriate, by using a bitwise OR ( ¦ ).

Example

For an example, refer to BarcodeWritePdf class example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly