For information about this method please see CalculateBarcodeDataBounds.
public void CalculateBarcodeDataBounds(
Leadtools.LeadRect writeBounds,
int xResolution,
int yResolution,
Leadtools.Barcode.BarcodeData data,
Leadtools.Barcode.IBarcodeWriteOptions options
)
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 _
)
public void CalculateBarcodeDataBounds(
Leadtools.LeadRect writeBounds,
int xResolution,
int yResolution,
Leadtools.Barcode.BarcodeData data,
Leadtools.Barcode.IBarcodeWriteOptions options
)
function Leadtools.Barcode.BarcodeWriter.CalculateBarcodeDataBounds(
writeBounds ,
xResolution ,
yResolution ,
data ,
options
)
public:
void CalculateBarcodeDataBounds(
Leadtools.LeadRect writeBounds,
int xResolution,
int yResolution,
Leadtools.Barcode.BarcodeData^ data,
Leadtools.Barcode.IBarcodeWriteOptions^ options
)
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.
Note: In LEADTOOLS for .NET, the equivalent to IBarcodeWriteOptions is BarcodeWriteOptions, also the equivalent to LeadRect is LogicalRectangle.
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