Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode.Deprecated Namespace > BarcodeWritePdf Class : Justify Property |
public BarcodeJustifyFlags Justify {get; set;}
'Declaration
Public Property Justify As BarcodeJustifyFlags
'Usage
Dim instance As BarcodeWritePdf Dim value As BarcodeJustifyFlags instance.Justify = value value = instance.Justify
public BarcodeJustifyFlags Justify {get; set;}
<br/>get_Justify();<br/>set_Justify(value);<br/>Object.defineProperty('Justify');
public: property BarcodeJustifyFlags Justify { BarcodeJustifyFlags get(); void set ( BarcodeJustifyFlags value); }