Leadtools.Barcode Namespace > BarcodeData Class : Bounds Property |
For information about this property please see Bounds.
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;}
get_Bounds();
set_Bounds(value);
Object.defineProperty('Bounds_WinRT');
Note: In LEADTOOLS for .NET, the equivalent to Leadtools.LeadRect is Leadtools.Forms.LogicalRectangle.
For an example, refer to BarcodeData For an example on writing barcodes, refer to BarcodeWriter.