←Select platform

CalculateBarcodeDataBounds Method

Summary

For information about this method please see CalculateBarcodeDataBounds.

Syntax

C#
VB
WinRT C#
C++
Public Sub CalculateBarcodeDataBounds( _ 
   ByVal writeBounds As Leadtools.LeadRect, _ 
   ByVal xResolution As Integer, _ 
   ByVal yResolution As Integer, _ 
   ByVal data As Leadtools.Barcode.BarcodeData, _ 
   ByVal options As Leadtools.Barcode.IBarcodeWriteOptions _ 
)  
 function Leadtools.Barcode.BarcodeWriter.CalculateBarcodeDataBounds(  
   writeBounds , 
   xResolution , 
   yResolution , 
   data , 
   options  
) 

Parameters

writeBounds
The location where the barcode should be written.

xResolution
Horizontal resolution value of the destination image that will be used to write the barcode to.

yResolution
Vertical resolution value of the destination image that will be used to write the barcode to.

data
An BarcodeData object that contains the barcode data to write.

options
Options write options to use.

Remarks

Note: In LEADTOOLS for .NET, the equivalent to IBarcodeWriteOptions is BarcodeWriteOptions, also the equivalent to LeadRect is LogicalRectangle.

Target Platforms

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

Leadtools.Barcode Assembly