Table of contents

CEnhancedImageElement Class

The CEnhancedImageElement class stores an intermediate result whose type is Enhanced image.

Definition

Namespace: dynamsoft::ddn::intermediate_results

Assembly: DynamsoftDocumentNormalizer

class CEnhancedImageElement: public CRegionObjectElement

Inheritance: CRegionObjectElement -> CEnhancedImageElement

Methods

Method Description
SetImageData Sets the image data of the Enhanced image element.

SetImageData

Sets the image data of the Enhanced image element.

virtual int SetImageData(const CImageData* imgData) = 0;

Parameters

imgData The image data to set.

Return Value

Returns 0 if succeeds, nonzero otherwise.

See Also

Is this page helpful?

YesYes NoNo

In this article: