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 Namespace > BarcodeData Class : Bounds Property |
public virtual LeadRect Bounds {get; set;}
'Declaration
Public Overridable Property Bounds As LeadRect
'Usage
Dim instance As BarcodeData Dim value As LeadRect instance.Bounds = value value = instance.Bounds
public virtual LeadRect Bounds {get; set;}
<br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds_WinRT');
Note: In LEADTOOLS for .NET, the equivalent to LeadRect is LogicalRectangle.
For an example, refer to BarcodeData For an example on writing barcodes, refer to BarcodeWriter.