C#
VB
C++
Gets or sets a flag that indicates how the QR symbol is justified.
[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 );
}
Flag that indicates how the QR symbol is justified. Values can be combined when appropriate, by using a bitwise OR ( ¦ ).
For an example, refer to BarcodeWriteQr class example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET