'Declaration Public Overloads Shared Function CreateLogo( _
ByVal barcodeImageWidthWidth of the barcode image, in pixels.As Single, _
ByVal barcodeImageHeightHeight of the barcode image, in pixels.As Single, _
ByVal settingsThe writer settings that was used to generate barcode image.As Vintasoft.Barcode.WriterSettings, _
ByRef logoBoundingBoxThe background bounding box of logo.As Vintasoft.Primitives.VintasoftRectF _
) As Vintasoft.Barcode.BarcodePathData
public static Vintasoft.Barcode.BarcodePathData CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings settings,
out Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
public: static Vintasoft.Barcode.BarcodePathData* CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings* settings,
[PARAMFLAG::Out] Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
public:
static Vintasoft.Barcode.BarcodePathData^ CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings^ settings,
[Out] Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
Parameters
- barcodeImageWidth
- Width of the barcode image, in pixels.
- barcodeImageHeight
- Height of the barcode image, in pixels.
- settings
- The writer settings that was used to generate barcode image.
- logoBoundingBox
- The background bounding box of logo.
Return Value
A new instance of BarcodePathData object.