Calculates the barcode size that is going to be written.
public Leadtools.LeadRect CalculateBarcodeSize(
int dpiX,
int dpiY,
Leadtools.Barcode.Deprecated.BarcodeData data,
Leadtools.Barcode.Deprecated.BarcodeColor codeColor,
Leadtools.Barcode.Deprecated.BarcodeWriteFlags flags,
Leadtools.Barcode.Deprecated.Barcode1d code1d,
Leadtools.Barcode.Deprecated.BarcodeWritePdf codePdf,
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix codeDatamatrix,
Leadtools.Barcode.Deprecated.BarcodeWriteQr codeQr
)
Public Function CalculateBarcodeSize( _
ByVal dpiX As Integer, _
ByVal dpiY As Integer, _
ByVal data As Leadtools.Barcode.Deprecated.BarcodeData, _
ByVal codeColor As Leadtools.Barcode.Deprecated.BarcodeColor, _
ByVal flags As Leadtools.Barcode.Deprecated.BarcodeWriteFlags, _
ByVal code1d As Leadtools.Barcode.Deprecated.Barcode1d, _
ByVal codePdf As Leadtools.Barcode.Deprecated.BarcodeWritePdf, _
ByVal codeDatamatrix As Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix, _
ByVal codeQr As Leadtools.Barcode.Deprecated.BarcodeWriteQr _
) As Leadtools.LeadRect
public:
Leadtools.LeadRect CalculateBarcodeSize(
int dpiX,
int dpiY,
Leadtools.Barcode.Deprecated.BarcodeData^ data,
Leadtools.Barcode.Deprecated.BarcodeColor^ codeColor,
Leadtools.Barcode.Deprecated.BarcodeWriteFlags flags,
Leadtools.Barcode.Deprecated.Barcode1d^ code1d,
Leadtools.Barcode.Deprecated.BarcodeWritePdf^ codePdf,
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix^ codeDatamatrix,
Leadtools.Barcode.Deprecated.BarcodeWriteQr^ codeQr
)
dpiX
The X-axis (along width) resolution of the RasterImage of the barcode being written.
dpiY
The Y-axis (along height) resolution of the RasterImage of the barcode being written.
data
BarcodeData class that contains the barcode information to be written on the image.
codeColor
BarcodeColor class that contains the color information to be written on the image.
flags
Flags that indicate the method behavior. Values can be combined when appropriate, by using a bitwise OR ( ¦ ). Pass BarcodeWriteFlags.None to use the default values, based on the type of barcode that has been written.
code1d
Barcode1d class that contains the information about linear barcodes.
codePdf
BarcodeWritePdf class that contains the information about PDF417 and MicroPDF417 barcodes.
codeDatamatrix
BarcodeWriteDatamatrix class that contains the information about Data Matrix barcodes.
codeQr
BarcodeWriteQr class that contains the information about QR barcodes.
LeadRect with the barcode size before writing the barcode over the image.
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