Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 886 Bytes

File metadata and controls

37 lines (25 loc) · 886 Bytes
layout default-layout
title CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords CBarcodeDetails, api reference

CBarcodeDetails

The CBarcodeDetails class represents the details of a barcode. It is an abstract base class.

Definition

Namespace: dynamsoft::dbr

Assembly: DynamsoftBarcodeReader

class CBarcodeDetails

Methods

Method Description
~CBarcodeDetails Destructor.

~CBarcodeDetails

Destructor.

virtual ~CBarcodeDetails(){};

Remarks

This is a pure virtual destructor. This means that this class cannot be instantiated on its own, but must be subclassed.