Table of contents
Swift
Objective-C

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: