'Declaration Public Delegate Sub DrawBarcodeDecorationsDelegate( _
ByVal bitmapThe barcode image.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal barcodeBoundingBoxThe barcode bounding box.As Vintasoft.Primitives.VintasoftRectF, _
ByVal writerSettingsThe writer settings.As WriterSettings _
)
public delegate void DrawBarcodeDecorationsDelegate(
Vintasoft.Imaging.VintasoftBitmap bitmap,
Vintasoft.Primitives.VintasoftRectF barcodeBoundingBox,
WriterSettings writerSettings
)
public: __gc __delegate void DrawBarcodeDecorationsDelegate(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
Vintasoft.Primitives.VintasoftRectF barcodeBoundingBox,
WriterSettings* writerSettings
)
public delegate void DrawBarcodeDecorationsDelegate(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
Vintasoft.Primitives.VintasoftRectF barcodeBoundingBox,
WriterSettings^ writerSettings
)
Parameters
- bitmap
- The barcode image.
- barcodeBoundingBox
- The barcode bounding box.
- writerSettings
- The writer settings.